mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Forgot 1 layer of script in Jenkins
This commit is contained in:
parent
76d83721eb
commit
0b6c085131
1 changed files with 6 additions and 5 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -29,13 +29,14 @@ pipeline {
|
|||
}
|
||||
stage('Push') {
|
||||
steps {
|
||||
script {
|
||||
echo 'Pushing the application'
|
||||
|
||||
docker.withRegistry("${GHCR_REGISTRY}", "${GHCR_TOKEN}") {
|
||||
blah2.push()
|
||||
blah2_api.push()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue