diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8b3942..39f7d2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,7 +275,7 @@ jobs: type=raw,value=latest,enable=${{ github.ref_name == 'main' }} - name: Build and push with attestations - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . platforms: linux/amd64,linux/arm64