volumes???
This commit is contained in:
parent
1a5625d0c8
commit
5c7e267255
@ -46,12 +46,12 @@ podTemplate(
|
|||||||
value: ""
|
value: ""
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
volumes: [
|
)
|
||||||
configMapVolume(
|
],
|
||||||
mountPath: "/etc/docker",
|
volumes: [
|
||||||
configMapName: "dind-insecure-registries"
|
configMapVolume(
|
||||||
)
|
mountPath: "/etc/docker",
|
||||||
]
|
configMapName: "dind-insecure-registries"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
) {
|
) {
|
||||||
@ -72,7 +72,7 @@ podTemplate(
|
|||||||
}
|
}
|
||||||
stage("Push Container"){
|
stage("Push Container"){
|
||||||
sh """
|
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