File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/docker-build-image Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments