cloud-build/tests/test_rename.yaml
2021-08-10 16:50:05 +03:00

23 lines
320 B
YAML

---
remote: '/tmp/cloud-build/images'
images:
rootfs-minimal:
target: ve/docker
kinds:
- tar.xz
rename:
to: docker.tar.xz
rootfs-systemd:
target: ve/systemd-networkd
kinds:
- tar.xz
rename:
prog: /tmp/cloud-build/renamer.py
branches:
p9:
arches:
x86_64:
...