fix(pipeline): update registryCredentialsId to use Docker Hub secret

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-08 12:30:52 +08:00
parent fbf00a1046
commit a92eb07a9b

View File

@ -75,7 +75,7 @@ executeFreeleapsPipeline {
// imageReleaseArchitectures used to specify the released image architectures // imageReleaseArchitectures used to specify the released image architectures
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'],
// registryCredentialsId used to specify the registry credential that stored in Jenkins // registryCredentialsId used to specify the registry credential that stored in Jenkins
registryCredentialsId: 'gitops-mvp-app-secret', registryCredentialsId: 'gitops-mvp-app-dockerhub-secret',
// semanticReleaseEnabled used to specify whether to enable semantic release // semanticReleaseEnabled used to specify whether to enable semantic release
semanticReleaseEnabled: true semanticReleaseEnabled: true
], ],
@ -122,7 +122,7 @@ executeFreeleapsPipeline {
// imageReleaseArchitectures used to specify the released image architectures // imageReleaseArchitectures used to specify the released image architectures
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'],
// registryCredentialsId used to specify the registry credential that stored in Jenkins // registryCredentialsId used to specify the registry credential that stored in Jenkins
registryCredentialsId: 'gitops-mvp-app-secret', registryCredentialsId: 'gitops-mvp-app-dockerhub-secret',
// semanticReleaseEnabled used to specify whether to enable semantic release // semanticReleaseEnabled used to specify whether to enable semantic release
semanticReleaseEnabled: true semanticReleaseEnabled: true
] ]