diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 87a30ea8..e0a423a2 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -46,7 +46,7 @@ jobs: id: build_deploy_image env: REPOSITORY: scrolltech/scroll-stack-contracts - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: platforms: linux/amd64,linux/arm64 push: true @@ -59,7 +59,7 @@ jobs: id: build_gen_image env: REPOSITORY: scrolltech/scroll-stack-contracts - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: platforms: linux/amd64,linux/arm64 push: true