From 19e99ed47943682669758b37efc5fc9ff1da45bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:08:47 +0000 Subject: [PATCH] dependabot: 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/base-docker-image.yml | 2 +- .github/workflows/build-deploy.yml | 4 ++-- .github/workflows/feature-based.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base-docker-image.yml b/.github/workflows/base-docker-image.yml index 935c7af91..3327a02a9 100644 --- a/.github/workflows/base-docker-image.yml +++ b/.github/workflows/base-docker-image.yml @@ -23,7 +23,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build base image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index e2abe0dee..b83c1a9b2 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -44,7 +44,7 @@ jobs: - if: ${{ github.ref == 'refs/heads/staging' }} name: Build staging image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . builder: ${{ steps.buildx.outputs.name }} @@ -62,7 +62,7 @@ jobs: - if: ${{ github.ref == 'refs/heads/main' }} name: Build production image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/feature-based.yaml b/.github/workflows/feature-based.yaml index ddf9570f4..0cfae9f7d 100644 --- a/.github/workflows/feature-based.yaml +++ b/.github/workflows/feature-based.yaml @@ -52,7 +52,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . builder: ${{ steps.buildx.outputs.name }}