Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit060eeed

Browse files
authored
chore: fix depot build pt.2 (#6059)
1 parentbdddc3e commit060eeed

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

‎.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp