trying to figure out, how to reduce the list of tags
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 13s
Build Docker Image / Clean-Registry (push) Successful in 2s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 22:53:22 +01:00
parent cf4bc8acd2
commit c4082aa325

View File

@@ -51,6 +51,6 @@ jobs:
echo tags: $TAGS
COUNT=$(echo $TAGS | wc -l)
echo count: $COUNT
REMAIN=$(COUNT - 10)
REMAIN=$((COUNT - 10))
echo remaining: $REMAIN
echo $TAGS | head -n $REMAIN