From ff4fb20c3bcd5edd342bdc0298c5d0de42e5c598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:00:30 +0000 Subject: [PATCH] Bump docker/build-push-action from 1 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v1...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... 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 74cf867..89a671a 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@v4 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@v4 with: dockerfile: nginx/Dockerfile path: nginx