From 6c3381246fc17a78b9e51c6d0c08f864cce4e94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 09:06:45 +0000 Subject: [PATCH] Bump docker/build-push-action from 2.5.0 to 2.6.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.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.5.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] --- .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 f9f9ae17..6b8a70c4 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.5.0 + uses: docker/build-push-action@v2.6.1 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 375b9851..dd9f7e96 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.5.0 + uses: docker/build-push-action@v2.6.1 with: push: true platforms: linux/amd64