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 d0154be + cca99c8 commit 4b8e81bCopy full SHA for 4b8e81b
.github/workflows/build-project.yml
@@ -26,7 +26,7 @@ jobs:
26
submodules: 'true'
27
- name: Set up Docker Buildx
28
id: buildx
29
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
30
- name: Cache Docker Register
31
uses: actions/cache@v3
32
with:
.github/workflows/release-project.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
- name: Login to Docker Hub
25
uses: docker/login-action@v2
0 commit comments