chore: fixed image name
All checks were successful
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
All checks were successful
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
This commit is contained in:
parent
1f65f6374e
commit
8d20fb128c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ pipeline {
|
||||
stage('prepare') {
|
||||
steps {
|
||||
script {
|
||||
env.IMAGE_BASE_NAME = "jdk14-alpine"
|
||||
env.IMAGE_BASE_NAME = "nginx-routes"
|
||||
env.RELEASE_TAG_PREFIX = "release-"
|
||||
env.REGISTRY_HOST = "git.tswf.io"
|
||||
if (env.TAG_NAME == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user