Skip to content

Commit 0324da4

Browse files
committed
ci: allow all docker rebuilds whenever the docker dir changes
1 parent d58daf2 commit 0324da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
rules:
1919
- if: $CI_COMMIT_BRANCH
2020
changes:
21-
paths: [tools/*, $DOCKER_BUILD_CONTEXT/*, cmake/profiles/*, gitlab/docker.yml]
21+
paths: [docker/*, tools/*, $DOCKER_BUILD_CONTEXT/*, cmake/profiles/*, gitlab/docker.yml]
2222
compare_to: master
2323
script:
2424
- docker pull ${IMAGE}:latest || true

0 commit comments

Comments
 (0)