Update credentials

This commit is contained in:
iFargle
2023-02-08 12:31:09 +09:00
parent 851111c26a
commit 376443b2f0

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
options { timeout(time: 5, unit: 'MINUTES') }
steps {
script {
docker.withRegistry('https://git.sysctl.io/', 'docker_registry') {
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
dockerImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
}
}