Append to the tag on buildah commit

This is consistent with the tagging done at the end of
modify_image.yml, and fixes an issue with the tagged image being
missing.

Change-Id: Ia98d2ecaf718d6cb9d6f859bfadbbcb07acfd775
This commit is contained in:
Steve Baker 2019-01-22 10:20:30 +13:00 committed by Emilien Macchi
parent f77b9a22e9
commit 8dba05a3c0
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
{{ from_image }}
/tmp/yum_update.sh "{{ update_repo }}"
- name: Commit changes to image {{ target_image | default(source_image) }}
- name: Commit changes to image {{ target_image | default(source_image) }}{{ modified_append_tag }}
command: >
buildah commit
{{ from_image }}
{{ target_image | default(source_image) }}
{{ target_image | default(source_image) }}{{ modified_append_tag }}