From e074b3ff4afd63f3c34ea1eac947fcf23d3d5e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 07:14:34 +0000 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 2.4.0 to 2.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0) 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 82040f0..6c02f01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -178,7 +178,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.5.0 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aec199f..7d041b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -127,7 +127,7 @@ jobs: --exit-status \ '.verification.status == 0' - name: 🚀 Build - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.5.0 with: load: true # yamllint disable rule:line-length