Fix typo in docker push role

Change-Id: I0fa24d646cdb990d7a5e1d79a8da7095fd5a90af
This commit is contained in:
James E. Blair 2019-03-01 13:06:39 -08:00
parent f16c254034
commit 2da8976da0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- name: Upload tag to dockerhub
command: "docker push {{ item.repository }}:change_{{ zuul.change }}_{{ image_tag }}"
command: "docker push {{ image.repository }}:change_{{ zuul.change }}_{{ image_tag }}"
loop: "{{ image.tags | default(['latest']) }}"
loop_control:
loop_var: image_tag