From 2b6a23188109e54feb9bc71e6a6301bb8fcb179d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:48:13 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lambda-shared-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lambda-shared-build.yaml b/.github/workflows/lambda-shared-build.yaml index 59995ee..c0734e7 100644 --- a/.github/workflows/lambda-shared-build.yaml +++ b/.github/workflows/lambda-shared-build.yaml @@ -78,7 +78,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v1 - name: Build And Push Image with suffix label if: inputs.docker_image_version_suffix_label != '' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: ${{ inputs.docker_push }} context: . @@ -93,7 +93,7 @@ jobs: org.opencontainers.image.source=https://github.com/${{ github.repository }} - name: Build And Push Image if: inputs.docker_image_version_suffix_label == '' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: ${{ inputs.docker_push }} context: .