Skip to content

Commit 4cf920a

Browse files
Bump docker/build-push-action from 6.19.2 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbd74fe commit 4cf920a

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)