Update Jenkinsfile
Some checks failed
Astro/pipeline/head There was a failure building this commit

This commit is contained in:
2024-06-17 18:17:41 +08:00
parent a7d9010415
commit 3ce1bde4d5

2
Jenkinsfile vendored
View File

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