Fix: docker action
Some checks failed
Lint with yamllint / lint (push) Failing after -15s

This commit is contained in:
2025-04-26 11:34:56 +08:00
parent 54ae32498d
commit 6d37fc098b
3 changed files with 11 additions and 5 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM gitea.konchin.com/image/alpine:latest
RUN apk --no-cache add --no-check-certificate yamllint
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/usr/bin/env", "-S"]
CMD ["sh", "/entrypoint.sh"]