Skip to content

Commit

Permalink
feat: add login entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Hamel authored and byCedric committed Apr 2, 2019
1 parent 8291794 commit 252f16d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions login/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM bycedric/ci-expo

LABEL com.github.actions.name="Expo CLI Login"
LABEL com.github.actions.description="Use Expo CLI in your GitHub Actions workflow."
LABEL com.github.actions.icon="terminal"
LABEL com.github.actions.color="gray-dark"

ENTRYPOINT expo login -u $EXPO_USERNAME -p $EXPO_PASSWORD

0 comments on commit 252f16d

Please sign in to comment.