From 0513956c1d3e3a0e7d6cdb3ab51adbf3b2a8d7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 05:00:55 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 2.5.0 to 2.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...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/docker-image-publish-github-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-publish-github-registry.yml b/.github/workflows/docker-image-publish-github-registry.yml index d2cf28ec2b3..8a4c2fef4fc 100644 --- a/.github/workflows/docker-image-publish-github-registry.yml +++ b/.github/workflows/docker-image-publish-github-registry.yml @@ -53,7 +53,7 @@ jobs: images: ghcr.io/${{ github.repository }} - name: Build and push Docker image - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.7.0 with: context: . push: ${{ github.event_name != 'pull_request' }}