diff --git a/playbooks/promote-container-image.yaml b/playbooks/promote-container-image.yaml new file mode 100644 index 0000000..715f3a2 --- /dev/null +++ b/playbooks/promote-container-image.yaml @@ -0,0 +1,3 @@ +- hosts: all + roles: + - nebulous-promote-container-image diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c44b3b0..031cf36 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -19,6 +19,9 @@ description: Promote previously uploaded container images. vars: *image_vars pre-run: playbooks/container-image-pre.yaml + run: playbooks/promote-container-image.yaml + roles: + - zuul: nebulous/zuul-jobs post-review: true secrets: - name: container_registry_credentials