Skip to content

Commit 060eeed

Browse files
authored
chore: fix depot build pt.2 (#6059)
1 parent bdddc3e commit 060eeed

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff 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: |

.github/workflows/docker-base.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
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
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)