Created
December 8, 2018 05:49
-
-
Save matsub/d9cb6bb28bdb9f45652a7681141a0a2f to your computer and use it in GitHub Desktop.
GitHub Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.8 | |
LABEL "com.github.actions.name"="Hello World" | |
LABEL "com.github.actions.description"="Write arguments to the standard output" | |
LABEL "com.github.actions.icon"="anchor" | |
LABEL "repository"="https://github.com/matsub/try-github-actions" | |
LABEL "maintainer"="matsub <[email protected]>" | |
ADD entrypoint.sh /entrypoint.sh | |
ENTRYPOINT ["/entrypoint.sh"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment