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 b039306 commit dafb00bCopy full SHA for dafb00b
.github/workflows/xcube_workflow.yaml
@@ -104,7 +104,7 @@ jobs:
104
- name: get-hash
105
id: get-hash
106
run: |
107
- HASH=$(skopeo inspect docker://${{ env.REG_NAME }}/${{ env.ORG_NAME }}/${{ env.APP_NAME }}:${{ steps.release.outputs.tag }} | jq '.Digest')
+ HASH=$(skopeo inspect docker://${{ env.IMG_REG_NAME }}/${{ env.ORG_NAME }}/${{ env.APP_NAME }}:${{ steps.release.outputs.tag }} | jq '.Digest')
108
if [[ "$HASH" == *"sha256"* ]]; then
109
echo ::set-output name=hash::$HASH
110
else
0 commit comments