From b685fe81ef240229dd636fe15c12b991b7cc86ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 20:59:56 +0530 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 2.7.0 to 2.8.0 (#77) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 97bfc96..2fe6ad3 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.7.0 + uses: docker/build-push-action@v2.8.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 83d2764..3bddd24 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.7.0 + uses: docker/build-push-action@v2.8.0 with: load: true # yamllint disable rule:line-length