1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-02-06 01:41:07 +00:00
yq/github-action/Dockerfile

6 lines
90 B
Docker
Raw Normal View History

FROM mikefarah/yq:4.2.0
2020-02-24 09:04:45 +00:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]