This commit is contained in:
2021-09-13 11:30:14 -04:00
parent e50966cdb3
commit 085f3a506b
4 changed files with 140 additions and 0 deletions

View File

@@ -15,4 +15,14 @@ pipeline:
dockerfile: gitea/Dockerfile
when:
path: 'gitea/*'
publish_gitea_gchr:
image: plugins/docker
repo: gchr.io/gitea
registry: ghcr.io
username: sstent
password: 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
context: gitea/
dockerfile: gitea/Dockerfile
when:
path: 'gitea/*'
...