Fix quay publishing
The repository metadata needs to be fully qualified to push to quay.io properly. Otherwise it pushes to docker hub and fails with invalid credentials. Change-Id: I43f3330f98aaf806c0c05e78c9908948f22c2193
This commit is contained in:
parent
305d665492
commit
e0aef11145
@ -33,7 +33,7 @@
|
|||||||
container_images:
|
container_images:
|
||||||
- context: .
|
- context: .
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opendevorg/lodgeit
|
repository: quay.io/opendevorg/lodgeit
|
||||||
namespace: opendevorg
|
namespace: opendevorg
|
||||||
repo_shortname: lodgeit
|
repo_shortname: lodgeit
|
||||||
repo_description: A lodgeit paste bin image.
|
repo_description: A lodgeit paste bin image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user