zuul: fix typo in dockerhub post job

Change-Id: I9d05c45b20e621bc3cdc41bfdf624ace05952877
This commit is contained in:
David Moreau Simard 2020-04-30 20:35:40 -04:00
parent 17964427ba
commit 673b45911f
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
tasks:
- name: Tag images with buildah
command: |
buildah tag {{ item.name }}:{{ item:tag }} {{ destination }}:{{ item:tag }}
buildah tag {{ item.name }}:{{ item.tag }} {{ destination }}:{{ item.tag }}
loop: "{{ images }}"
- name: Tag latest from source-latest