volumes???
This commit is contained in:
parent
1a5625d0c8
commit
5c7e267255
@ -46,12 +46,12 @@ podTemplate(
|
||||
value: ""
|
||||
)
|
||||
],
|
||||
volumes: [
|
||||
configMapVolume(
|
||||
mountPath: "/etc/docker",
|
||||
configMapName: "dind-insecure-registries"
|
||||
)
|
||||
]
|
||||
)
|
||||
],
|
||||
volumes: [
|
||||
configMapVolume(
|
||||
mountPath: "/etc/docker",
|
||||
configMapName: "dind-insecure-registries"
|
||||
)
|
||||
]
|
||||
) {
|
||||
@ -72,7 +72,7 @@ podTemplate(
|
||||
}
|
||||
stage("Push Container"){
|
||||
sh """
|
||||
DOCKER_TLS_VERIFY=0 docker push registry.test-chamber-13.lan:5000/minecraft:latest
|
||||
docker push registry.test-chamber-13.lan:5000/minecraft:latest
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user