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:
Clark Boylan 2023-05-10 14:12:06 -07:00
parent 305d665492
commit e0aef11145

View File

@ -33,7 +33,7 @@
container_images:
- context: .
registry: quay.io
repository: opendevorg/lodgeit
repository: quay.io/opendevorg/lodgeit
namespace: opendevorg
repo_shortname: lodgeit
repo_description: A lodgeit paste bin image.