From 75a016cbd4c73e3596263b0a98f66e05c71af06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 05:23:44 +0000 Subject: [PATCH] Bump docker/build-push-action from v1.1.0 to v2.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1.1.0 to v2.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...6efc2b01cbb63cfc68c370c6c806586fa6384a3a) Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3da863e..5b98ff6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,7 +14,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2.3.1 - name: Build and push Docker images - uses: docker/build-push-action@v1.1.0 + uses: docker/build-push-action@v2.1.0 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}