.
This commit is contained in:
parent
edc51ad576
commit
1e5453a6e0
@ -44,10 +44,6 @@ podTemplate(
|
||||
envVar(
|
||||
key: "DOCKER_TLS_CERTDIR",
|
||||
value: ""
|
||||
),
|
||||
envVar(
|
||||
key: "DOCKER_TLS_VERIFY",
|
||||
value: "0"
|
||||
)
|
||||
]
|
||||
)
|
||||
@ -70,7 +66,7 @@ podTemplate(
|
||||
}
|
||||
stage("Push Container"){
|
||||
sh """
|
||||
docker push registry.test-chamber-13.lan:5000/minecraft:latest
|
||||
DOCKER_TLS_VERIFY=0 docker push registry.test-chamber-13.lan:5000/minecraft:latest
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user