Skip to content

Commit efb7f33

Browse files
build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 in the docker group (#3929)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6609e9 commit efb7f33

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
@@ -351,7 +351,7 @@ jobs:
351351
- name: Set up Docker Buildx
352352
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
353353
- name: Build image to dockerhub staging registry
354-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
354+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
355355
with:
356356
context: .
357357
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@1dc73863535b631f98b2378be8619f83b136f4a0
44+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4545
with:
4646
context: .
4747
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)