mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-15 21:27:31 +01:00
Whoops
This commit is contained in:
parent
97994ab47a
commit
6bfe31de56
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
@ -66,8 +66,8 @@ pipeline {
|
||||
sh 'docker login -u $USERNAME -p $PASSWORD $DOCKER_REGISTRY'
|
||||
}
|
||||
sh """
|
||||
docker image tag ecodash $DOCKER_REGISTRY/$SERVICE:$TAG
|
||||
docker push $DOCKER_REGISTRY/$SERVICE:$TAG
|
||||
docker image tag ecodash $DOCKER_REGISTRY/$SERVICE:latest
|
||||
docker push $DOCKER_REGISTRY/$SERVICE:latest
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user