diff --git a/build-minecraft.jenkins b/build-minecraft.jenkins index 46a9cd1..2f73130 100644 --- a/build-minecraft.jenkins +++ b/build-minecraft.jenkins @@ -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 """ } }