adds Readme content to prepare Github mirror #26

Merged
OCram85 merged 19 commits from prepGithub into master 2022-11-25 09:56:04 +01:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit ca9658f639 - Show all commits

View File

@ -17,6 +17,7 @@ pipeline:
from_secret: gitea_passwd
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}
when:
event: pull_request

View File

@ -10,6 +10,8 @@ LABEL org.opencontainers.image.vendor="OCram85"
LABEL org.opencontainers.image.title="Arkanum"
LABEL org.opencontainers.image.description="Code-Server container optimized for daily use."
LABEL org.opencontainers.image.licenses="AGPL-3.0"
ARG TAG
LABEL org.opencontainers.image.version="${TAG}"
LABEL org.opencontainers.image.url="https://gitea.ocram85.com/CodeServer/arkanum"
LABEL org.opencontainers.image.source="https://gitea.ocram85.com/CodeServer/arkanum.git"