diff --git a/Jenkinsfile b/Jenkinsfile index 14df59b..6cf4c82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,14 +14,6 @@ pipeline { } } - stage("Build Containers and push to registry") { - steps { - script { - sh 'docker compose build --push' - } - } - } - stage('Create contexts') { steps { sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"'