yq/github-action/Dockerfile
2021-11-14 11:09:53 +11:00

9 lines
156 B
Docker

FROM mikefarah/yq:4.14.2
COPY entrypoint.sh /entrypoint.sh
# this seems to be the default user in github actions
USER 1001
ENTRYPOINT ["/entrypoint.sh"]