switching everything to alt repo

This commit is contained in:
GasparAM 2023-04-14 15:09:36 +04:00
parent c704931afe
commit 615e177365

4
Jenkinsfile vendored
View file

@ -33,7 +33,7 @@ pipeline {
stage('Docker up') {
steps {
sh '''
docker build -t "gavetisyangd/main:${GIT_COMMIT}" ./
docker build -t "gavetisyangd/mr:${GIT_COMMIT}" ./
'''
}
}
@ -43,7 +43,7 @@ pipeline {
withCredentials([string(credentialsId: 'dhub', variable: 'TOKEN')]) {
sh '''
echo $TOKEN | docker login -u gavetisyangd --password-stdin
docker push gavetisyangd/main
docker push "gavetisyangd/mr:${GIT_COMMIT}"
'''
}
}