From 39b863f72376e55edb661ddfe427bd007044d5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:02:41 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 1.1.0 to 2.4.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1.1.0 to 2.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Upgrade guide](https://github.com/docker/build-push-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...v2.4.0) 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..ba6c515 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.4.0 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}