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

Commit ffa83ee

Browse files
committed
triggering an action build
1 parent 6022264 commit ffa83ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
FROM docker:19.03.2 as runtime
2-
LABEL "maintainer"="Hamel Husain"
2+
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"
7+
LABEL "repository"="https://github.com/machine-learning-apps"
8+
LABEL "homepage"="http://github.com/actions"
9+
LABEL "maintainer"="Hamel Husain <[email protected]>"
310

411
RUN apk update \
512
&& apk upgrade \

0 commit comments

Comments
 (0)