Skip to content

Commit cdff4b9

Browse files
Bump docker/build-push-action from 6.11.0 to 6.12.0 in /.github/actions/docker-build-image in the catch-all group (#873)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e5d8b5 commit cdff4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/docker-build-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ runs:
121121

122122
- name: Build image ${{ env.IMAGE_NAME }} and export to docker
123123
if: inputs.grype-scan-enabled == 'true'
124-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
124+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
125125
with:
126126
context: ${{ inputs.base-directory }}/${{ inputs.image-dir }}
127127
tags: test-${{ env.IMAGE_NAME }}
@@ -203,7 +203,7 @@ runs:
203203
- name: Build and Push image ${{ env.IMAGE_NAME }}
204204
id: build-and-push
205205
if: env.PUSH_IMAGE == 'true'
206-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
206+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
207207
with:
208208
context: ${{ inputs.base-directory }}/${{ inputs.image-dir }}
209209
platforms: linux/amd64,linux/arm64/v8

0 commit comments

Comments
 (0)