herald.go/Dockerfile.action

5 lines
119 B
Text
Raw Normal View History

2021-12-07 04:31:03 +01:00
FROM jeffreypicard/hub-github-env
COPY scripts/build_and_test.sh /build_and_test.sh
ENTRYPOINT ["/build_and_test.sh"]