mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
sync
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Fri Sep 10 11:57:11 EDT 2021
|
||||
Reference in New Issue
Block a user