Removing USER directive from the github action Docker

This commit is contained in:
Georgi Ivanov 2022-08-26 16:35:45 +01:00
parent 187d9523c6
commit 0055426fdb

View File

@ -2,7 +2,4 @@ FROM mikefarah/yq:4
COPY entrypoint.sh /entrypoint.sh
# this seems to be the default user in github actions
USER 1001
ENTRYPOINT ["/entrypoint.sh"]