File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535 - run : |
3636 # Verify tagging
37- INSPECT="docker manifest inspect ghcr.io/${{ inputs.organization }}/${{ inputs .repository }}/${{ matrix.package }}"
38- SOURCE=$(${INSPECT}:${{ inputs.tag_promote }} | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
39- TARGET=$(${INSPECT}:${{ inputs.target }} | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
37+ INSPECT="docker manifest inspect ghcr.io/${{ github .repository }}/${{ matrix.package }}"
38+ SOURCE=$(${INSPECT}:latest | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
39+ TARGET=$(${INSPECT}:${{ github.event.number }} | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
4040 if [ "${SOURCE}" != "${TARGET}" ]; then
4141 echo "ERROR: Tagging failed!"
4242 exit 1
You can’t perform that action at this time.
0 commit comments