diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:26:57 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:26:57 +0000 |
commit | 4ba6fcac31670325821cc82c107d4c09e1990b0c (patch) | |
tree | 760d69dfa046c06267e4cd8a7eb665e71b6de08e /.github/workflows | |
parent | fixing github action (diff) | |
download | milla-4ba6fcac31670325821cc82c107d4c09e1990b0c.tar.gz milla-4ba6fcac31670325821cc82c107d4c09e1990b0c.zip |
fixing github action
Diffstat (limited to '.github/workflows')
-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 |