Skip to content

Commit b506385

Browse files
build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 in the docker group (#3578)
1 parent ce5c04c commit b506385

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.12.0
357+
uses: docker/build-push-action@v6.13.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@67a2d409c0a876cbe6b11854e3e25193efe4e62d
44+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
4545
with:
4646
context: .
4747
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)