herald.go/Dockerfile.action

5 lines
119 B
Text
Raw Normal View History

2021-12-06 22:31:03 -05:00
FROM jeffreypicard/hub-github-env
COPY scripts/build_and_test.sh /build_and_test.sh
ENTRYPOINT ["/build_and_test.sh"]