Fix auto Docker tag creation
This commit is contained in:
parent
6e4d78cfcd
commit
a314379091
15
.github/workflows/docker_publish.yml
vendored
15
.github/workflows/docker_publish.yml
vendored
@ -44,14 +44,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
provenance: mode=max
|
||||||
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
# - name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
# uses: actions/attest-build-provenance@v1
|
||||||
with:
|
# with:
|
||||||
subject-name: ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
# subject-name: ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
# subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
# push-to-registry: true
|
||||||
|
Loading…
Reference in New Issue
Block a user