This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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.5"
|
label = "v1.6"
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user