Fix: sh location in busybox
All checks were successful
Lint with yamllint / lint (push) Successful in -14s
All checks were successful
Lint with yamllint / lint (push) Successful in -14s
This commit is contained in:
@@ -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/sh"]
|
||||
ENTRYPOINT ["/bin/sh"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
yamllint --list-files "${INPUT_CONTEXT}"
|
||||
yamllint "${INPUT_CONTEXT}"
|
||||
|
||||
Reference in New Issue
Block a user