diff --git a/Jenkinsfile b/Jenkinsfile index 32a98e9..553edd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,16 +59,16 @@ pipeline { docker compose cp php:/report/phpunit.xml ./phpunit.xml """ } - post { - success { - script { - docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { - docker.image("${DOCKER_IDENTITY}").push() - docker.image("${DOCKER_IDENTITY_NGINX}").push() - } - } - } - } + // post { + // success { + // script { + // docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { + // docker.image("${DOCKER_IDENTITY}").push() + // docker.image("${DOCKER_IDENTITY_NGINX}").push() + // } + // } + // } + // } } } post {