1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-01-18 04:50:39 +00:00
yq/github-action/Dockerfile

6 lines
86 B
Docker
Raw Normal View History

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