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 23s
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 23:37:06 +01:00
parent d3ace25f25
commit a188ec47b2
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Build docker image
run: docker build -t umbrella .
run: docker build --no-cache -t umbrella .
- name: Store tag date
run: |

View File

@@ -1,5 +1,6 @@
FROM alpine:3.22 AS svelte_build
RUN apk add bash git npm
RUN date +%s > /timestamp
#RUN adduser -Dh /home/svelte svelte
#ADD . /home/svelte/Umbrella
#RUN chown -R svelte /home/svelte/Umbrella