diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 3476e89..71b2988 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -38,9 +38,9 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} provenance: mode=max - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: index.docker.io/milla - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true + # - name: Generate artifact attestation + # uses: actions/attest-build-provenance@v1 + # with: + # subject-name: index.docker.io/milla + # subject-digest: ${{ steps.push.outputs.digest }} + # push-to-registry: true |