chore: fixed image name
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good Details

master release-0.0.5
amorozov 2023-09-02 00:19:39 +03:00
parent 1f65f6374e
commit 8d20fb128c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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) {