diff --git a/.github/workflows/prepare-reth.yml b/.github/workflows/prepare-reth.yml index 422eba19d..688865697 100644 --- a/.github/workflows/prepare-reth.yml +++ b/.github/workflows/prepare-reth.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and export reth image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: .github/assets/hive/Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0fd70958..9f7088edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push reproducible image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile.reproducible