mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #11734 from shanemcd/fix-image-push
Fix image push when overriding awx_image_tag
This commit is contained in:
commit
d9749e8975
@ -12,11 +12,11 @@
|
||||
|
||||
- name: Tag and Push Container Images
|
||||
docker_image:
|
||||
name: "{{ awx_image }}:{{ awx_version }}"
|
||||
name: "{{ awx_image }}:{{ awx_image_tag }}"
|
||||
repository: "{{ registry }}/{{ awx_image }}:{{ item }}"
|
||||
force_tag: yes
|
||||
push: true
|
||||
source: local
|
||||
with_items:
|
||||
- "latest"
|
||||
- "{{ awx_version }}"
|
||||
- "{{ awx_image_tag }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user