fix typo
Some checks failed
deploy core / deploy (push) Failing after 0s

This commit is contained in:
Elias
2025-11-12 16:35:56 +02:00
parent 71f8fe1fe2
commit 9b3e79f072

View File

@@ -1,4 +1,4 @@
FROM gitea/act_runner:latest FROM gitea/act_runner:latest
USER root USER root
RUN apk add --nocache openssh-client git RUN apk add --no-cache openssh-client git
USER 1000 USER 1000