yq/github-action/Dockerfile

6 lines
86 B
Docker

FROM mikefarah/yq:3
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]