mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Remove bash
This commit is contained in:
parent
35efb355bc
commit
b443c466bf
@ -2,9 +2,9 @@ FROM alpine:3.11.6
|
|||||||
|
|
||||||
COPY runaction.sh /action/runaction.sh
|
COPY runaction.sh /action/runaction.sh
|
||||||
|
|
||||||
RUN apk add --no-cache shellcheck bash
|
RUN apk add --no-cache shellcheck
|
||||||
|
|
||||||
ENTRYPOINT ["bash", "/action/runaction.sh"]
|
ENTRYPOINT ["sh", "/action/runaction.sh"]
|
||||||
|
|
||||||
LABEL "name"="ShellCheck"
|
LABEL "name"="ShellCheck"
|
||||||
LABEL "maintainer"="Ludeeus <hi@ludeeus.dev>"
|
LABEL "maintainer"="Ludeeus <hi@ludeeus.dev>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user