[#33] Fix secret name

Change-Id: I61e52834892bf01cc96ab6d5a886112b375ce253
Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
Drew Walters 2020-03-16 13:41:03 -05:00
parent 6aeeaaa1ec
commit 5293ebcc2a

View File

@ -25,8 +25,8 @@
block:
- name: Login to Image Registry
docker_login:
username: "{{ image_repo_credentials.username }}"
password: "{{ image_repo_credentials.password }}"
username: "{{ airshipctl_image_repo_credentials.username }}"
password: "{{ airshipctl_image_repo_credentials.password }}"
registry_url: "{{ image_repo }}"
- name: Push Image with Latest Tag