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"]