From ea6ed5166331c4fdb88f2ed4901c19a019ba5227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 19:25:43 +0800 Subject: [PATCH] Bump docker/build-push-action from 2.4.0 to 2.6.1 (#52) 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/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c343f56..40d364c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Build and push Docker images - uses: docker/build-push-action@v2.4.0 + uses: docker/build-push-action@v2.6.1 with: username: zu1k password: ${{ secrets.GITHUB_TOKEN }}