mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-11 09:42:30 +00:00
Removing USER directive from the github action Docker
This commit is contained in:
parent
187d9523c6
commit
0055426fdb
@ -2,7 +2,4 @@ FROM mikefarah/yq:4
|
|||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# this seems to be the default user in github actions
|
|
||||||
USER 1001
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user