This commit is contained in:
2026-03-07 05:27:29 +00:00
parent 6315f1eee0
commit 7802854b32

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
stage('Push to Registry') {
steps {
withCredentials([usernamePassword(
credentialsId: 'docker-registry-credentials',
credentialsId: 'https://jenkins.wrigglyt.xyz/manage/credentials/store/system/domain/_/credential/gitea_credentials',
usernameVariable: 'DOCKER_USER',
passwordVariable: 'DOCKER_PASS'
)]) {