From cb3146987faaa40eaa11b1866b52bed325fc1b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 09:08:16 +0000 Subject: [PATCH] Bump docker/build-push-action from 2.6.1 to 2.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.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/deploy.yml | 2 +- .github/workflows/dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 755dca1a8ef..bd8dcbf8e12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build and push - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d44875d83b2..d471bd927a9 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build and push - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true platforms: linux/amd64