File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ jobs:
121121 - 'site/**'
122122 k8s:
123123 - 'helm/**'
124- - Dockerfile
124+ - scripts/Dockerfile
125+ - scripts/Dockerfile.base
125126 - scripts/helm.sh
126127 - id : debug
127128 run : |
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - Dockerfile.base
9- - Dockerfile
8+ - scripts/ Dockerfile.base
9+ - scripts/ Dockerfile
1010
1111 schedule :
1212 # Run every week at 09:43 on Monday, Wednesday and Friday. We build this
5252 with :
5353 project : wl5hnrrkns
5454 context : base-build-context
55- file : Dockerfile.base
55+ file : scripts/ Dockerfile.base
5656 pull : true
5757 no-cache : true
5858 push : true
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 with :
187187 project : wl5hnrrkns
188188 context : base-build-context
189- file : Dockerfile.base
189+ file : scripts/ Dockerfile.base
190190 pull : true
191191 no-cache : true
192192 push : true
You can’t perform that action at this time.
0 commit comments