This commit is contained in:
2021-09-13 10:20:25 -04:00
parent 14d9ec4367
commit 845f98c9a0
2 changed files with 15 additions and 1 deletions

View File

@@ -21,6 +21,21 @@ pipeline:
when:
path: 'rsync/*'
publish_rsync_ghcr:
image: plugins/docker
repo: sstent/rsync
registry: ghcr.io
insecure: true
context: rsync/
dockerfile: rsync/Dockerfile
tags:
- ${RELEASE}
- latest
build_args:
- RELEASE=${RELEASE}
when:
path: 'rsync/*'
matrix:
RELEASE:
- v0.4.0-alpha.3

View File

@@ -1 +0,0 @@
Fri Sep 10 11:57:11 EDT 2021