File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ jobs:
121
121
- 'site/**'
122
122
k8s:
123
123
- 'helm/**'
124
- - Dockerfile
124
+ - scripts/Dockerfile
125
+ - scripts/Dockerfile.base
125
126
- scripts/helm.sh
126
127
- id : debug
127
128
run : |
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
paths :
8
- - Dockerfile.base
9
- - Dockerfile
8
+ - scripts/ Dockerfile.base
9
+ - scripts/ Dockerfile
10
10
11
11
schedule :
12
12
# Run every week at 09:43 on Monday, Wednesday and Friday. We build this
52
52
with :
53
53
project : wl5hnrrkns
54
54
context : base-build-context
55
- file : Dockerfile.base
55
+ file : scripts/ Dockerfile.base
56
56
pull : true
57
57
no-cache : true
58
58
push : true
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
with :
187
187
project : wl5hnrrkns
188
188
context : base-build-context
189
- file : Dockerfile.base
189
+ file : scripts/ Dockerfile.base
190
190
pull : true
191
191
no-cache : true
192
192
push : true
You can’t perform that action at this time.
0 commit comments