cloud-build/tests/test_rename.yaml

23 lines
320 B
YAML
Raw Normal View History

2021-08-08 20:35:21 +03:00
---
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:
...