Skip to content

Commit

Permalink
feat(ci): tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Apr 9, 2024
1 parent a26e535 commit 526c1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/manifest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
url="https://hub.docker.com/v2/repositories/${{ inputs.target_repository }}/tags?page_size=25&page=1&ordering=&name=$imagetag"
exists=$(curl -s $url | jq '.results | length > 0')
if [ "$exists" == "true" ]; then
IMAGES+="${{ inputs.target_repository }}:${{ inputs.target_tag }}-$slug"
IMAGES+="${{ inputs.target_repository }}:${{ inputs.target_tag }}-$slug "
fi
done
Expand Down

0 comments on commit 526c1aa

Please sign in to comment.