Skip to content

Commit

Permalink
2024-06-15 20:31 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 15, 2024
1 parent 4ecb483 commit 28f5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/image_meta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ runs:
manifest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" \
-H "Authorization: Bearer ${token}" \
-s $url)
echo "::debug:: $manifest"
if [[ $manifest == *MANIFEST_UNKNOWN* ]];then
echo "::error title=⛔:: Unknown Manifest"
echo "exists=false" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -151,7 +152,6 @@ runs:
echo "checksum=${checksum}" >> $GITHUB_OUTPUT
echo "build_number=${build_number}" >> $GITHUB_OUTPUT
echo "build_date=${build_date}" >> $GITHUB_OUTPUT
echo "::notice:: Fetched $GITHUB_OUTPUT"
- name: dump
if: ${{ inputs.debug == 'true' }}
shell: bash
Expand Down

0 comments on commit 28f5117

Please sign in to comment.