[#13] Changed credentials id
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:49:47 +01:00
parent 2447c966e3
commit 05efd6e511

2
Jenkinsfile vendored
View file

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