From 2663e8fba73796a497e6311ac4b5cf8fbfef04eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:22:59 -0700 Subject: [PATCH] Bump docker/build-push-action from 2.4.0 to 2.6.1 (#513) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.6.1) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb37f75d..113ac34f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: fi - name: Build and push final image - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.6.1 with: platforms: ${{ steps.vars.outputs.platforms }} build-args: |