From 497dd3572ec97a6fccdfdff7c9bc35b1dd3a974f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 15:30:51 +0000 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 2.9.0 to 2.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 b641a006..7a3231c0 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.9.0 + uses: docker/build-push-action@v2.10.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 08de6e76..f5bdc18e 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.9.0 + uses: docker/build-push-action@v2.10.0 with: load: true # yamllint disable rule:line-length