Fix: busybox sh
Some checks failed
Lint with yamllint / lint (push) Failing after -16s

This commit is contained in:
2025-04-26 11:41:23 +08:00
parent 7c7c2462f1
commit f3ecf70d7d
2 changed files with 3 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ 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"]
CMD ["sh", "/entrypoint.sh"]
ENTRYPOINT ["/usr/bin/sh"]
CMD ["/entrypoint.sh"]

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
#!/usr/bin/sh
yamllint "${INPUT_CONTEXT}"