[#13] Changed credentials id
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
2447c966e3
commit
05efd6e511
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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, 'AMARILLO-JENKINS-GITEA-USER'){
|
||||||
docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push()
|
docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue