diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85cbd1be..aa9ed26c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - target: release + #target: release # Uncomment before releasing the new version, as the 2.4.0 doesn't have this target. sbom: true provenance: mode=max platforms: ${{ env.PLATFORMS }}