zuul-jobs/test-playbooks/container/test-build-container-image-release.yaml
okozachenko 0c3b87f20e Add promote-container-image role
This role uses skopeo to perform image operations.

Also update the container roles docs to add missing documentation
for the already existing upload-container-image role.  Clarify
some ambiguity about the registry and repository attributes of
the container images data structure.

Change-Id: Ib66c85daf0edacf0dd797ab34b0d629f99c7111b
Co-Authored-By: James E. Blair <jim@acmegating.com>
2023-03-21 10:17:49 -07:00

8 lines
202 B
YAML

- hosts: all
vars:
upload_container_image_promote: false
upload_docker_image_promote: false
tasks:
- name: Include build tasks
include_tasks: test-build-container-image-inner.yaml