diff --git a/Jenkinsfile b/Jenkinsfile index e6f230d..3a940df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,9 @@ pipeline { } stage("Build Containers and push to registry") { - sh 'docker compose build --push' + steps { + sh 'docker compose build --push' + } } stage('Start primary container') {