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