[#13] use quotes around 'GITEA_CREDS'
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-20 13:48:29 +01:00
parent 3a4e2ce422
commit 2447c966e3

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
steps { steps {
echo 'Pushing image to registry' echo 'Pushing image to registry'
script { script {
docker.withRegistry(REGISTRY_URL, GITEA_CREDS){ docker.withRegistry(REGISTRY_URL, 'GITEA_CREDS'){
docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push() docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push()
} }
} }