Skip to content

Instantly share code, notes, and snippets.

@matsub
Created December 8, 2018 05:49
Show Gist options
  • Save matsub/d9cb6bb28bdb9f45652a7681141a0a2f to your computer and use it in GitHub Desktop.
Save matsub/d9cb6bb28bdb9f45652a7681141a0a2f to your computer and use it in GitHub Desktop.
GitHub Actions
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