This commit is contained in:
2021-09-13 10:23:42 -04:00
parent 845f98c9a0
commit 3a76a0ec75

View File

@@ -13,6 +13,7 @@ pipeline:
insecure: true insecure: true
context: rsync/ context: rsync/
dockerfile: rsync/Dockerfile dockerfile: rsync/Dockerfile
purge: false
tags: tags:
- ${RELEASE} - ${RELEASE}
- latest - latest
@@ -25,7 +26,8 @@ pipeline:
image: plugins/docker image: plugins/docker
repo: sstent/rsync repo: sstent/rsync
registry: ghcr.io registry: ghcr.io
insecure: true username: sstent
password: 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
context: rsync/ context: rsync/
dockerfile: rsync/Dockerfile dockerfile: rsync/Dockerfile
tags: tags: