Update Jenkinsfile

This commit is contained in:
Albert Copeland
2023-02-09 11:39:32 +09:00
committed by GitHub
parent 9c8e2e6203
commit 4e874b6dd7

2
Jenkinsfile vendored
View File

@@ -47,7 +47,7 @@ pipeline {
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
dockerImage.push("latest")
}
docker.withRegistry('https://ghcr.io/', 'github-ifargle-pat') {
docker.withRegistry('https://ghcr.io/albert/', 'github-ifargle-pat') {
dockerImage.push("latest")
}
} else {