Fix: install docker-py in gates post job for docker login
Zuul post-merge job fails to run docker login, complaining about missing docker-py module. This patch adds installation of this module to the relevant job. Change-Id: I3523eedd9abb56a9cabbfb72391ed9f1471a4f4c
This commit is contained in:
parent
03d7269b6a
commit
c7c25e8cda
@ -97,6 +97,8 @@
|
||||
|
||||
- name: Publish images
|
||||
block:
|
||||
- pip:
|
||||
name: docker-py
|
||||
- docker_login:
|
||||
username: "{{ airship_shipyard_quay_creds.username }}"
|
||||
password: "{{ airship_shipyard_quay_creds.password }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user