From 0690e909355f06e406ea90245d872e1c42547be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:51:05 +0000 Subject: [PATCH] dependabot: 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/backend.yml | 4 ++-- .github/workflows/feature-based.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index aa2c7d4..a6363df 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -54,7 +54,7 @@ jobs: - if: ${{ github.ref == 'refs/heads/staging' }} name: Build staging image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . builder: ${{ steps.buildx.outputs.name }} @@ -68,7 +68,7 @@ jobs: - if: ${{ github.ref == 'refs/heads/main' }} name: Build production image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/feature-based.yaml b/.github/workflows/feature-based.yaml index f906394..9d511a2 100644 --- a/.github/workflows/feature-based.yaml +++ b/.github/workflows/feature-based.yaml @@ -49,7 +49,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build staging image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . builder: ${{ steps.buildx.outputs.name }}