From 498608683436a4d8f0e05e8937f7c0f2ec636255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 05:29:18 +0000 Subject: [PATCH] Bump docker/build-push-action from v1.1.0 to v2.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1.1.0 to v2.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...6925f94b6b8f23d547930f88b9886036ac92d510) 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..01af334 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.2.0 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}