diff --git a/Jenkinsfile b/Jenkinsfile index d365c18..9ea49ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,7 @@ pipeline { post { always { // Clean up Docker containers and images - sh 'docker-compose -f ${DOCKER_COMPOSE_FILE} down' + sh 'podman-compose -f ${DOCKER_COMPOSE_FILE} down' } } } \ No newline at end of file