From 317348e345c26b79bcffa91ce8d3487a7fd856f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 19:36:39 +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/update-base-image.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index ab60c0e..fb7937d 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -33,7 +33,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true tags: | diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 1790adf..3141244 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -34,7 +34,7 @@ jobs: - name: Build and push to Docker Hub and Github Packages Docker Registry id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v2.7.0 with: push: true tags: |