We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070bae4 commit 73d1de2Copy full SHA for 73d1de2
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ LABEL "com.github.actions.icon"="bell"
4
LABEL "com.github.actions.color"="yellow"
5
LABEL "com.github.actions.name"="Slack Notify"
6
LABEL "com.github.actions.description"="This action will send notification to Slack"
7
-
+LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-slack-notify"
8
9
WORKDIR ${GOPATH}/src/github.com/rtcamp/action-slack-notify
10
COPY main.go ${GOPATH}/src/github.com/rtcamp/action-slack-notify
0 commit comments