Skip to content

Commit ed597e5

Browse files
committed
refactor: tag all buid actions as unofficial for release
1 parent 3a81415 commit ed597e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM bycedric/ci-expo:2
22

3-
LABEL com.github.actions.name="Build Android"
3+
LABEL com.github.actions.name="Build Expo Android app (unofficial)"
44
LABEL com.github.actions.description="Create a standalone Android app in your GitHub Actions workflow."
55
LABEL com.github.actions.icon="package"
66
LABEL com.github.actions.color="gray-dark"

build-ios/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM bycedric/ci-expo:2
22

3-
LABEL com.github.actions.name="Build iOS"
3+
LABEL com.github.actions.name="Build Expo iOS app (unofficial)"
44
LABEL com.github.actions.description="Create a standalone iOS app in your GitHub Actions workflow."
55
LABEL com.github.actions.icon="package"
66
LABEL com.github.actions.color="gray-dark"

build-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM bycedric/ci-expo:2
22

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

0 commit comments

Comments
 (0)