diff options
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 c10133c..c39995f 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -39,9 +39,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/bitlbee_purple + subject-digest: ${{ steps.push.outputs.digest }} + push-to-registry: true |