Skip to content
Snippets Groups Projects
Commit bcab6f43 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Made the pipeline run only if Dockerfile changed

parent 382a9ba4
Branches
Tags
No related merge requests found
Pipeline #10624 canceled
......@@ -13,3 +13,6 @@ docker:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
rules:
- changes:
- Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment