Skip to content

Commit f211606

Browse files
committed
style(logs): skip notifying tag age
1 parent c76ebc0 commit f211606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dc/registry_delete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ -n "$DELETE_SINCE_DAYS" ]; then
4444
curl -X DELETE -u $HTTPS_USERNAME https://$REGISTRY_URL/v2/$GITHUB_OWNER/$APP_NAME/manifests/sha256:$digest
4545
echo "::warning::deleted $APP_NAME:$tag, $days_since days old"
4646
else
47-
echo "::notice::$APP_NAME:$tag is $days_since days old"
47+
echo "$APP_NAME:$tag is $days_since days old"
4848
fi
4949
done
5050
exit 0

0 commit comments

Comments
 (0)