Skip to content

Commit

Permalink
refactor: tag all buid actions as unofficial for release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 2, 2019
1 parent 3a81415 commit ed597e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Build Android"
LABEL com.github.actions.name="Build Expo Android app (unofficial)"
LABEL com.github.actions.description="Create a standalone Android app in your GitHub Actions workflow."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"
Expand Down
2 changes: 1 addition & 1 deletion build-ios/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Build iOS"
LABEL com.github.actions.name="Build Expo iOS app (unofficial)"
LABEL com.github.actions.description="Create a standalone iOS app in your GitHub Actions workflow."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"
Expand Down
2 changes: 1 addition & 1 deletion build-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Build web"
LABEL com.github.actions.name="Build Expo web bundle (unofficial)"
LABEL com.github.actions.description="Create a bundle for web deployments from your GitHub Actions workflow."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"
Expand Down

0 comments on commit ed597e5

Please sign in to comment.