[#13] use quotes around 'GITEA_CREDS'
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3a4e2ce422
commit
2447c966e3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -21,7 +21,7 @@ pipeline {
|
|||
steps {
|
||||
echo 'Pushing image to registry'
|
||||
script {
|
||||
docker.withRegistry(REGISTRY_URL, GITEA_CREDS){
|
||||
docker.withRegistry(REGISTRY_URL, 'GITEA_CREDS'){
|
||||
docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue