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 850e699 commit 7129215Copy full SHA for 7129215
.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.11.0
+ uses: docker/build-push-action@v6.12.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@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
45
46
47
platforms: ${{ env.PLATFORMS }}
0 commit comments