Skip to content

Commit 7129215

Browse files
build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 in the docker group (#3565)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 850e699 commit 7129215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
- name: Set up Docker Buildx
355355
uses: docker/[email protected]
356356
- name: Build image to dockerhub staging registry
357-
uses: docker/build-push-action@v6.11.0
357+
uses: docker/build-push-action@v6.12.0
358358
with:
359359
context: .
360360
platforms: linux/amd64,linux/arm64

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
username: "${{ secrets.DOCKERHUB_USER }}"
4242
password: "${{ secrets.DOCKERHUB_SECRET }}"
4343
- name: Build and push image to dockerhub staging registry
44-
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
44+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
4545
with:
4646
context: .
4747
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)