Skip to content

Commit 660dfd0

Browse files
committed
fix: updated texts
1 parent 845492b commit 660dfd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM code0987/android-ci:latest
22

3-
LABEL "com.github.actions.name"="Android CI"
4-
LABEL "com.github.actions.description"="Build Android projects"
3+
LABEL "com.github.actions.name"="Android CI Github Action"
4+
LABEL "com.github.actions.description"="An github action of image for building Android apps with support for multiple SDK Build Tools. This Docker image contains the Android SDK and most common packages necessary for building Android apps in a CI tool."
55
LABEL "com.github.actions.icon"="box"
66
LABEL "com.github.actions.color"="green"
77

8-
LABEL "repository"="https://github.com/code0987/android-ci/build"
9-
LABEL "homepage"="https://github.com/code0987/android-ci/github-action"
8+
LABEL "repository"="https://github.com/code0987/android-ci-github-action"
9+
LABEL "homepage"="https://github.com/code0987/android-ci-github-action"
1010
LABEL "maintainer"="code0987 <[email protected]>"
1111

1212
COPY entrypoint.sh /

0 commit comments

Comments
 (0)