Fix dockerhub secret name

In [0] the secret name was changed, but the references to it stayed
untouched.

[0] Ieceadb1f56908ce752f48b0884ed5cf764bc1ecd

Change-Id: I729b4c3ee9e91ee05b5d2413031669cd25d87156
This commit is contained in:
Dr. Jens Harbott 2023-07-25 17:03:33 +02:00
parent 00cebc3cde
commit fb11fa2e8c
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@
kolla_registry: dockerhub
kolla_namespace: kolla
secrets:
- kolla_dockerhub_creds
- kolla_dockerhub_credentials
- job:
name: kolla-publish-debian-quay
@ -75,7 +75,7 @@
kolla_registry: dockerhub
kolla_namespace: kolla
secrets:
- kolla_dockerhub_creds
- kolla_dockerhub_credentials
- job:
name: kolla-publish-debian-aarch64-quay

View File

@ -79,7 +79,7 @@
kolla_registry: dockerhub
kolla_namespace: kolla
secrets:
- kolla_dockerhub_creds
- kolla_dockerhub_credentials
- job:
name: kolla-publish-rocky9-quay

View File

@ -71,7 +71,7 @@
kolla_registry: dockerhub
kolla_namespace: kolla
secrets:
- kolla_dockerhub_creds
- kolla_dockerhub_credentials
- job:
name: kolla-publish-ubuntu-quay