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:
parent
00cebc3cde
commit
fb11fa2e8c
@ -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
|
||||
|
@ -79,7 +79,7 @@
|
||||
kolla_registry: dockerhub
|
||||
kolla_namespace: kolla
|
||||
secrets:
|
||||
- kolla_dockerhub_creds
|
||||
- kolla_dockerhub_credentials
|
||||
|
||||
- job:
|
||||
name: kolla-publish-rocky9-quay
|
||||
|
@ -71,7 +71,7 @@
|
||||
kolla_registry: dockerhub
|
||||
kolla_namespace: kolla
|
||||
secrets:
|
||||
- kolla_dockerhub_creds
|
||||
- kolla_dockerhub_credentials
|
||||
|
||||
- job:
|
||||
name: kolla-publish-ubuntu-quay
|
||||
|
Loading…
x
Reference in New Issue
Block a user