Files
yq/github-action/Dockerfile
T

6 lines
90 B
Docker

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