Minor inconvenience
Some checks failed
ecodash/pipeline/head There was a failure building this commit

This commit is contained in:
MassiveBox 2023-07-21 18:46:31 +02:00
parent d0f8950c3c
commit 97994ab47a
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

2
jenkins/Jenkinsfile vendored
View file

@ -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