File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM 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. "
55LABEL "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
1117ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments