File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : Expo GitHub Action
3- author : Cedric van Putten <me+expo-action @bycedric.com>
3+ author : Cedric van Putten <me@bycedric.com>
44description : Use Expo CLI in your GitHub Actions workflow.
55branding :
66 icon : terminal
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:10
33LABEL name="Expo for Docker"
44LABEL repository="https://github.com/expo/expo-github-action"
55LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base"
6- LABEL maintainer="Cedric van Putten <me+expo-action @bycedric.com>"
6+ LABEL maintainer="Cedric van Putten <me@bycedric.com>"
77
88RUN yarn global add expo-cli@2 \
99 && yarn cache clean
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:12
33LABEL name="Expo for Docker"
44LABEL repository="https://github.com/expo/expo-github-action"
55LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base"
6- LABEL maintainer="Cedric van Putten <me+expo-action @bycedric.com>"
6+ LABEL maintainer="Cedric van Putten <me@bycedric.com>"
77
88RUN yarn global add expo-cli@3 \
99 && yarn cache clean
You can’t perform that action at this time.
0 commit comments