Skip to content

Commit dafb00b

Browse files
AliceBalfanzforman
andauthored
Update .github/workflows/xcube_workflow.yaml
Co-authored-by: Norman Fomferra <[email protected]>
1 parent b039306 commit dafb00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xcube_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: get-hash
105105
id: get-hash
106106
run: |
107-
HASH=$(skopeo inspect docker://${{ env.REG_NAME }}/${{ env.ORG_NAME }}/${{ env.APP_NAME }}:${{ steps.release.outputs.tag }} | jq '.Digest')
107+
HASH=$(skopeo inspect docker://${{ env.IMG_REG_NAME }}/${{ env.ORG_NAME }}/${{ env.APP_NAME }}:${{ steps.release.outputs.tag }} | jq '.Digest')
108108
if [[ "$HASH" == *"sha256"* ]]; then
109109
echo ::set-output name=hash::$HASH
110110
else

0 commit comments

Comments
 (0)