mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-15 21:27:31 +01:00
Minor inconvenience
This commit is contained in:
parent
d0f8950c3c
commit
97994ab47a
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@ -63,7 +63,7 @@ pipeline {
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
withCredentials([usernamePassword(credentialsId: 'gitea-credentials', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
|
||||
sh 'docker login -u $USER -p $PASSWORD $DOCKER_REGISTRY'
|
||||
sh 'docker login -u $USERNAME -p $PASSWORD $DOCKER_REGISTRY'
|
||||
}
|
||||
sh """
|
||||
docker image tag ecodash $DOCKER_REGISTRY/$SERVICE:$TAG
|
||||
|
Loading…
x
Reference in New Issue
Block a user