We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbb4147 + befe51b commit ca74ecaCopy full SHA for ca74eca
.github/workflows/docker.yml
@@ -156,7 +156,7 @@ jobs:
156
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
157
- name: Generate artifact attestation
158
if: ${{ env.PUSH_PACKAGES == 'true' && matrix.container == 'proj' }}
159
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
160
with:
161
subject-name: ghcr.io/osgeo/proj
162
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments