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 12:58:14 +02:00
parent 3274f7ac58
commit dfcf4ce78a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -101,7 +101,7 @@ pipeline {
} }
sh 'docker-compose build back' sh 'docker-compose build back'
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
sh 'docker push back:$BRANCH_NAME' sh 'docker push salix-back:$BRANCH_NAME'
} }
} }
} }