Skip to content

Commit 025be52

Browse files
committed
2021-06-10 23:02:46
1 parent 473c29a commit 025be52

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Dockerfile

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
FROM alpine
22

3-
LABEL "repository"="https://github.com/pkgstore/github-actions-sync"
4-
LABEL "homepage"="http://pkgstore.github.io/"
3+
LABEL "name"="Git Repo Mirror"
4+
LABEL "description"="Universal mirroring repository tool."
55
LABEL "maintainer"="Kitsune Solar <kitsune.solar@gmail.com>"
6+
LABEL "repository"="https://github.com/pkgstore/github-actions-mirror.git"
7+
LABEL "homepage"="http://pkgstore.github.io/"
68

7-
RUN apk add --no-cache bash git git-lfs
9+
LABEL "com.github.actions.name"="Git Repo Mirror"
10+
LABEL "com.github.actions.description"="Universal mirroring repository tool."
11+
LABEL "com.github.actions.icon"="upload-cloud"
12+
LABEL "com.github.actions.color"="gray-dark"
813

9-
ADD *.sh /
14+
COPY *.sh /
15+
RUN apk add --no-cache bash git git-lfs
1016

1117
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)