We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76ebc0 commit f211606Copy full SHA for f211606
dc/registry_delete.sh
@@ -44,7 +44,7 @@ if [ -n "$DELETE_SINCE_DAYS" ]; then
44
curl -X DELETE -u $HTTPS_USERNAME https://$REGISTRY_URL/v2/$GITHUB_OWNER/$APP_NAME/manifests/sha256:$digest
45
echo "::warning::deleted $APP_NAME:$tag, $days_since days old"
46
else
47
- echo "::notice::$APP_NAME:$tag is $days_since days old"
+ echo "$APP_NAME:$tag is $days_since days old"
48
fi
49
done
50
exit 0
0 commit comments