We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f6188e + 9b3a701 commit 00f5bc2Copy full SHA for 00f5bc2
.github/workflows/build-project.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Docker Buildx
22
id: buildx
23
if: ${{ github.event_name == 'pull_request' }}
24
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
25
- name: Cache Docker Register
26
27
uses: actions/cache@v3
.github/workflows/release-project.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
0 commit comments