From 3f1c7ef6bc2ee1432119af8ba2a75b12493fed75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:09:15 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 195c496f..1283ee75 100644 --- a/.github/workflows/ci-app.yml +++ b/.github/workflows/ci-app.yml @@ -93,7 +93,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: docker build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: src cache-from: type=gha diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1835ec9..69fa1b83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -231,7 +231,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@v5 + uses: docker/build-push-action@v6 with: context: src push: true