ci: Publish container image to Gitea
All checks were successful
dustin/hudctrl/pipeline/head This commit looks good
All checks were successful
dustin/hudctrl/pipeline/head This commit looks good
The Docker Distribution image resitry is no more.
This commit is contained in:
7
ci/Jenkinsfile
vendored
7
ci/Jenkinsfile
vendored
@@ -63,7 +63,12 @@ pipeline {
|
||||
stage('Publish Container') {
|
||||
steps {
|
||||
container('podman') {
|
||||
sh '. ci/publish-container.sh'
|
||||
withCredentials([usernameColonPassword(
|
||||
credentialsId: 'jenkins-packages',
|
||||
variable: 'PODMAN_AUTH',
|
||||
)]) {
|
||||
sh '. ci/publish-container.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user