Skip to content

Commit

Permalink
fix(cicd): change digest back to full sha
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Mar 2, 2024
1 parent d40251e commit a487416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/copyDocker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
crane cp ${{ inputs.registry }}/${{ inputs.repo }}/${{ inputs.image }}:${{ inputs.tag }} ${{ inputs.registry }}/${{ inputs.repo}}/${{ inputs.image-as }}:${{ inputs.with-tag }}
FULL_DIGEST=$(crane digest ${{ inputs.registry }}/${{ inputs.repo }}/${{ inputs.image-as }}:${{ inputs.with-tag }})
DIGEST=${FULL_DIGEST#*:}
echo "DIGEST=$DIGEST" >> "$GITHUB_OUTPUT"
echo "DIGEST=$FULL_DIGEST" >> "$GITHUB_OUTPUT"

0 comments on commit a487416

Please sign in to comment.