feat: refs #6695 try
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-11 14:14:51 +02:00
parent f847e6a95a
commit f76acd74ae
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -105,7 +105,7 @@ pipeline {
sh 'docker-compose build back'
sh 'docker images'
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
sh 'docker tag back:e2e-try $IMAGE:$BRANCH_NAME'
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
sh 'docker push $IMAGE:$BRANCH_NAME'
}
}