From 4ba6fcac31670325821cc82c107d4c09e1990b0c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 14 May 2024 10:26:57 -0400 Subject: fixing github action --- .github/workflows/docker.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3