Whoops
All checks were successful
ecodash/pipeline/head This commit looks good

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

4
jenkins/Jenkinsfile vendored
View file

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