yq/github-action/Dockerfile
2021-07-20 11:05:22 +10:00

9 lines
156 B
Docker

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