Skip to content

Commit a91307a

Browse files
authored
Update Dockerfile
1 parent 503bef6 commit a91307a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ COPY ./notify /notify
55
ENTRYPOINT ["/notify/entrypoint.sh"]
66

77
LABEL "com.github.actions.name"="Send Push Notification"
8-
LABEL "com.github.actions.description"="Notifies developers via Push Notification"
8+
LABEL "com.github.actions.description"="Receive push notification to your devices using Github Actions"
99
LABEL "com.github.actions.icon"="send"
1010
LABEL "com.github.actions.color"="red"
1111
LABEL "repository"="http://github.com/techulus/push-github-action"
1212
LABEL "homepage"="https://push.techulus.com/"
13-
LABEL "maintainer"="[email protected]"
13+
LABEL "maintainer"="[email protected]"

0 commit comments

Comments
 (0)