add versions to rsync

This commit is contained in:
2021-09-08 12:32:16 -04:00
parent da4c23717c
commit c2422517ee

View File

@@ -13,6 +13,15 @@ pipeline:
insecure: true
context: rsync/
dockerfile: rsync/Dockerfile
environment:
- RELEASE: ${RELEASE}
build_args_from_env:
- RELEASE
when:
path: 'rsync/*'
matrix:
RELEASE:
- v0.4.0-alpha.3
- v0.3.5
...