diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6ddbd01d..03082069 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -218,7 +218,9 @@ resources: source: uri: ((github-repo)) branch: ((branch)) - paths: ["ci/images/*"] + paths: + - ci/images/* + - ci/tasks/build-image.* - name: scosb-ci-image type: registry-image