diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0712789..65636b4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -61,6 +61,9 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max + # These are needed to prevent the creation of a manifest list + provenance: false + sbom: false # TEMP fix # https://github.com/docker/build-push-action/issues/252 # https://github.com/moby/buildkit/issues/1896 @@ -121,6 +124,9 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max + # These are needed to prevent the creation of a manifest list + provenance: false + sbom: false # TEMP fix # https://github.com/docker/build-push-action/issues/252 # https://github.com/moby/buildkit/issues/1896