Skip to content

Commit 8eb452a

Browse files
Bump docker/build-push-action from 6.19.2 to 7.1.0 (#1429)
* Bump docker/build-push-action from 6.19.2 to 7.1.0
1 parent 44d411e commit 8eb452a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-lambda-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Build and publish image with layer caching
245245
id: build-image
246246
if: ${{ steps.decide.outputs.deployment_mode == 'build' && !steps.build-check.outputs.existing_image_digest }}
247-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
247+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
248248
with:
249249
context: ${{ env.DOCKER_CONTEXT_PATH }}
250250
file: ${{ env.DOCKERFILE_PATH }}

0 commit comments

Comments
 (0)