diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 797ec44e..206de997 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -48,7 +48,7 @@ jobs: build-args: | SOURCE_DATE_EPOCH=${{ env.SOURCE_DATE_EPOCH }} DEBIAN_TAG=${{ env.DEBIAN_TAG }} - provenance: mode=max,reproducible=true + provenance: false outputs: type=registry,rewrite-timestamp=true tags: ghcr.io/${{ github.repository }}/${{ matrix.image-name }} annotations: ${{ env.DOCKER_METADATA_OUTPUT_ANNOTATIONS }} diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 7d4f2d54..b3064417 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -109,7 +109,7 @@ jobs: build-args: | SOURCE_DATE_EPOCH=${{ env.SOURCE_DATE_EPOCH }} DEBIAN_TAG=${{ env.DEBIAN_TAG }} - provenance: mode=max,reproducible=true + provenance: false outputs: type=registry,rewrite-timestamp=true tags: ghcr.io/${{ github.repository }}/${{ matrix.image-name }}:next annotations: ${{ env.DOCKER_METADATA_OUTPUT_ANNOTATIONS }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36115fec..97164e3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: build-args: | SOURCE_DATE_EPOCH=${{ env.SOURCE_DATE_EPOCH }} DEBIAN_TAG=${{ env.DEBIAN_TAG }} - provenance: mode=max,reproducible=true + provenance: false outputs: type=registry,rewrite-timestamp=true tags: | ghcr.io/${{ github.repository }}/${{ matrix.image-name }}