diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index 4c4fead..6b663ef 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -487,7 +487,7 @@ jobs: - name: Build collator standalone env: IMAGE_NAME: standalone-node - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: false