mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Primary changes are: - Generalized variable names (remove "docker") - Add explicit "push" variable rather than checking if the "registry" variable is defined. - Allow for passing in version as build arg
5 lines
80 B
YAML
5 lines
80 B
YAML
---
|
|
registry: quay.io
|
|
awx_image: ansible/awx
|
|
awx_image_tag: "{{ awx_version }}"
|