We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2a75b commit 4182efcCopy full SHA for 4182efc
.github/workflows/build.yml
@@ -118,7 +118,7 @@ jobs:
118
if: ${{ env.PUSH_PACKAGES == 'true' }}
119
uses: actions/attest-build-provenance@v2
120
with:
121
- subject-name: ghcr.io/pdal/pdal
+ subject-name: ghcr.io/pdal/lambda
122
subject-digest: ${{ steps.push.outputs.digest }}
123
push-to-registry: ${{ env.PUSH_PACKAGES == 'true' }}
124
0 commit comments