From 427fb993185a22d317b91faa8bebf2fed4f548b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 12:21:36 +0530 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 2.10.0 to 4.0.0 (#196) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.10.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ceead3..c233559 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -163,7 +163,7 @@ jobs: - name: ⤵️ Download base image run: docker pull "${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v4.0.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cafedfe..087b77c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -111,7 +111,7 @@ jobs: - name: ⤵️ Download base image run: docker pull "${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v4.0.0 with: load: true # yamllint disable rule:line-length