Skip to content

Commit

Permalink
Merge pull request #77 from bcgov-nr/fix/sha256isSha256
Browse files Browse the repository at this point in the history
fix: duplicate sha256:
  • Loading branch information
mbystedt authored Jan 8, 2025
2 parents 823c6a8 + 923a710 commit 0919b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/gh-nodejs-build/templates/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
curl -s POST ${{ env.BROKER_URL }}/v1/intention/action/patch \
-H 'Content-Type: application/json' \
-H 'X-Broker-Token: '"${BUILD_TOKEN}"'' \
-d '{"package":{"checksum": "sha256:'${ARTIFACT_SHA256}'", "size": '${ARTIFACT_SIZE}'}}'
-d '{"package":{"checksum": "'${ARTIFACT_SHA256}'", "size": '${ARTIFACT_SIZE}'}}'
env:
ARTIFACT_SHA256: ${{ steps.publish-artifact.outputs.artifact_sha256 }}
ARTIFACT_SIZE: ${{ steps.publish-artifact.outputs.artifact_size }}
Expand Down

0 comments on commit 0919b27

Please sign in to comment.