.gitlab-ci.yml - rebuild docker image when requirements.txt has changed

This commit is contained in:
Oscar Krause 2023-01-03 21:03:34 +01:00
parent c5e344b38a
commit d06e100bef

View File

@ -10,6 +10,7 @@ build:docker:
changes:
- app/**/*
- Dockerfile
- requirements.txt
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
tags: [ docker ]
before_script: