Update Jenkinsfile
All checks were successful
Astro/pipeline/head This commit looks good

This commit is contained in:
2024-06-18 11:35:05 +08:00
parent 0c779d348f
commit 177c8bf2fc

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
DOCKER_PASSWORD = 'P@ssw0rd'
project = "astro"
app_name = "astro"
label = "v1.5"
label = "v1.6"
images_repository = "${REGISTRY}/${project}/${app_name}"
image_name = "${REGISTRY}/${project}/${app_name}:${label}"
secret_name = "harbor"