trying to prevent deletion of all tags if less than 10 are present
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:39:58 +01:00
parent cc714b7f11
commit 3448f672f3

View File

@@ -7,7 +7,7 @@ RUN apk add bash git npm
#WORKDIR /home/svelte/Umbrella/frontend
#RUN npm install && npm run build
RUN date +%s > /timestamp
RUN cat /timestamp