From 5d3c397f8b5c3dd46459c6ae7bbdb64d04c029fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:51:45 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- 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/docker.yml | 2 +- .github/workflows/web3-docker-publish.yml | 2 +- .github/workflows/web3-indexer-docker-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 97acbf9f6..eb68f35e1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -318,7 +318,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image to ${{ env.REGISTRY }}${{ github.repository_owner }}/${{ env.IMAGE_NAME }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . file: docker/Dockerfile diff --git a/.github/workflows/web3-docker-publish.yml b/.github/workflows/web3-docker-publish.yml index 1504aaac5..1d79f4ccf 100644 --- a/.github/workflows/web3-docker-publish.yml +++ b/.github/workflows/web3-docker-publish.yml @@ -67,7 +67,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: New Commit Build => Build and push commit image to ${{ env.REGISTRY }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: file: ./web3/Dockerfile push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/web3-indexer-docker-publish.yml b/.github/workflows/web3-indexer-docker-publish.yml index 0af61d5c5..a5a3ea414 100644 --- a/.github/workflows/web3-indexer-docker-publish.yml +++ b/.github/workflows/web3-indexer-docker-publish.yml @@ -67,7 +67,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: New Commit Build => Build and push commit image to ${{ env.REGISTRY }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: file: web3/docker/indexer/Dockerfile push: ${{ github.event_name != 'pull_request' }}