From 3b4583e8ce9e4d1dfa2cd61a04b357a07c1cd351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:14:52 +0000 Subject: [PATCH] Bump docker/build-push-action from v1.1.0 to v2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1.1.0 to v2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Changelog](https://github.com/docker/build-push-action/blob/85d408708d8c09e8991e7b18899e77d7aee89287/CHANGELOG.md) - [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...85d408708d8c09e8991e7b18899e77d7aee89287) 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..44f58d2 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 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}