Try an action with vuefun

This commit is contained in:
2019-03-09 19:37:28 -05:00
parent bac6f87920
commit 5aa408b83e
7 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
FROM golang:1.11-slim
LABEL "com.github.actions.name"="vuefun Build"
LABEL "com.github.actions.description"="Build the vuefun thing"
LABEL "com.github.actions.color"="gray"
LABEL "repository"="https://github.com/meatballhat/box-o-sand"
LABEL "homepage"="https://github.com/meatballhat/box-o-sand"
LABEL "maintainer"="Dan Buch <dan+github-box-o-sand@meatballhat.com>"
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]