removing latest tag
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 24s
Build Docker Image / Clean-Registry (push) Successful in 3s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 23:47:52 +01:00
parent 3448f672f3
commit 61b2ad3ffc

View File

@@ -52,6 +52,7 @@ jobs:
if [ $COUNT -gt 10 ]; then
REMAIN=$((COUNT - 10))
echo "$TAGS" | head -n $REMAIN > /tmp/old_tags
echo "latest" >> /tmp/old_tags
else
echo less than 10 tags, skipping cleanup
echo "" > /tmp/old_tags