From dce5b86d16c26d876c0c4e571c559257b00baed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:07:55 +0000 Subject: [PATCH] Bump docker/build-push-action from v1 to v2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1 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...85d408708d8c09e8991e7b18899e77d7aee89287) Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 228c4be..d29b3f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Push visualizer to Dockerhub - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 with: username: "${{ secrets.docker_user }}" password: "${{ secrets.docker_token }}" @@ -20,7 +20,7 @@ jobs: tag_with_ref: true - name: Push nginx to docker hub - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 with: dockerfile: nginx/Dockerfile path: nginx