Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit bf7033d

Browse files
committed
git rid of labels
1 parent e0ce9c9 commit bf7033d

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,9 +1,9 @@
11
FROM docker:19.03.2 as runtime
22

3-
# LABEL "com.github.actions.name"="Publish Docker Images to GPR"
4-
# LABEL "com.github.actions.description"="Publish Docker Images to the GitHub Package Registry"
5-
# LABEL "com.github.actions.icon"="layers"
6-
# LABEL "com.github.actions.color"="purple"
3+
LABEL "com.github.actions.name"="Publish Docker Images to GPR"
4+
LABEL "com.github.actions.description"="Publish Docker Images to the GitHub Package Registry"
5+
LABEL "com.github.actions.icon"="layers"
6+
LABEL "com.github.actions.color"="purple"
77
# LABEL "repository"="https://github.com/machine-learning-apps"
88
# LABEL "homepage"="http://github.com/actions"
99
# LABEL "maintainer"="Hamel Husain <hamel.husain@gmail.com>"

0 commit comments

Comments
 (0)