yq/github-action/Dockerfile
2021-07-16 09:58:40 +10:00

9 lines
155 B
Docker

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