Create promote container image role
Change-Id: I9b4ece6085ecbf76b6f56ad29b816ea8a0731868
This commit is contained in:
parent
04583a6701
commit
1ec8e2d243
3
playbooks/promote-container-image.yaml
Normal file
3
playbooks/promote-container-image.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- nebulous-promote-container-image
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user