We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917a4d1 commit 1a8821dCopy full SHA for 1a8821d
.github/workflows/ghcr_emod_run_env.yml
@@ -25,9 +25,10 @@ jobs:
25
name: Build and push Docker image
26
runs-on: ubuntu-latest
27
permissions:
28
- packages: write
+ artifact-metadata: write
29
attestations: write
30
id-token: write
31
+ packages: write
32
steps:
33
- name: Checkout repository
34
uses: actions/checkout@v6
@@ -46,7 +47,7 @@ jobs:
46
47
push: true
48
tags: ${{ env.REGISTRY }}/${{ env.ORG_NAME }}/${{ inputs.type }}:${{ inputs.version }}
49
- name: Generate artifact attestation
- uses: actions/attest-build-provenance@v3
50
+ uses: actions/attest@v4
51
with:
52
subject-name: ${{ env.REGISTRY }}/${{ env.ORG_NAME }}/${{ inputs.type }}
53
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments