From e11f4dd6b980fec3e33e6ba79ae4b0ec9b3955c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:11:49 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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/ci-app.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-app.yml b/.github/workflows/ci-app.yml index 022ca790..d2dbae58 100644 --- a/.github/workflows/ci-app.yml +++ b/.github/workflows/ci-app.yml @@ -98,7 +98,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: docker build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: src platforms: linux/arm64 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 34f1bfb1..bf8f1583 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -236,7 +236,7 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPO: ${{ matrix.env.ecr_repo_name }} IMAGE_TAG: ${{ steps.date.outputs.timestamp }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: src platforms: linux/arm64