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.
1 parent ce5c04c commit b506385Copy full SHA for b506385
.github/workflows/code-health.yml
@@ -354,7 +354,7 @@ jobs:
354
- name: Set up Docker Buildx
355
uses: docker/[email protected]
356
- name: Build image to dockerhub staging registry
357
- uses: docker/build-push-action@v6.12.0
+ uses: docker/build-push-action@v6.13.0
358
with:
359
context: .
360
platforms: linux/amd64,linux/arm64
.github/workflows/docker-release.yml
@@ -41,7 +41,7 @@ jobs:
41
username: "${{ secrets.DOCKERHUB_USER }}"
42
password: "${{ secrets.DOCKERHUB_SECRET }}"
43
- name: Build and push image to dockerhub staging registry
44
- uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
45
46
47
platforms: ${{ env.PLATFORMS }}
0 commit comments