From 79ef0d802e64f14ee814702659dac86551b31b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:34:28 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from v1.1.0 to v2.2.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1.1.0 to v2.2.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...4a531fa5a603bab87dfa56578bd82b28508c9547) 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 456b409..893606a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,7 +12,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.2 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}