zuul-storage-proxy/playbooks/build.yaml
James E. Blair 5f349f83c4 Publish container images to quay.io
Change-Id: I176f16e0a4b17c45ca76e6521bebe3e22f8c2bbd
2023-04-21 10:24:14 -07:00

12 lines
335 B
YAML

- hosts: all
roles:
- build-container-image
# If buildset_registry is defined, that means a parent job is running it;
# only if it is not defined does it mean that we are running it. If we
# are running it, pause the job so that child jobs will automatically
# use it.
- hosts: localhost
roles:
- pause-buildset-registry