Files
loci/playbooks/promote.yaml
Vladimir Kozhukalov 10539ce036 Fix image build
Recently the build-container-image role was updated to
use buildx by default. One of changes is that the role
now checks if image repository is a full name and
contains '/'.

Change-Id: Ic4a67fb6d74440b0801049638600e6b6fd41e74f
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-09-15 17:53:17 -05:00

17 lines
363 B
YAML

- hosts: localhost
tasks:
- name: Vars
include_vars:
file: "vars.yaml"
- name: Job vars
include_vars:
file: "{{ item }}"
loop: "{{ vars_files }}"
- name: Promote images
include_role:
name: promote-container-image
vars:
container_images: "{{ [requirements_image] + openstack_images }}"