From 172c3b05f6aef9d561b7ae08aeeb64575678c7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 02:25:22 +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 ce9042764..5de94eef3 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 65afa4460..494b1ac6b 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 091d27fa5..23dd54857 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' }}