Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 18s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 18s
This commit is contained in:
parent
4b28a7c241
commit
506b6c7a6b
1 changed files with 6 additions and 6 deletions
|
@ -38,9 +38,9 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
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: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
# subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
# push-to-registry: true
|
Loading…
Add table
Add a link
Reference in a new issue