Skip to content

Commit 73d1de2

Browse files
committed
Add org.opencontainers.image.source label
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 070bae4 commit 73d1de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL "com.github.actions.icon"="bell"
44
LABEL "com.github.actions.color"="yellow"
55
LABEL "com.github.actions.name"="Slack Notify"
66
LABEL "com.github.actions.description"="This action will send notification to Slack"
7-
7+
LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-slack-notify"
88

99
WORKDIR ${GOPATH}/src/github.com/rtcamp/action-slack-notify
1010
COPY main.go ${GOPATH}/src/github.com/rtcamp/action-slack-notify

0 commit comments

Comments
 (0)