mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore: fix depot build pt.2 (#6059)
This commit is contained in:
@@ -121,7 +121,8 @@ jobs:
|
||||
- 'site/**'
|
||||
k8s:
|
||||
- 'helm/**'
|
||||
- Dockerfile
|
||||
- scripts/Dockerfile
|
||||
- scripts/Dockerfile.base
|
||||
- scripts/helm.sh
|
||||
- id: debug
|
||||
run: |
|
||||
|
||||
@@ -5,8 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- Dockerfile.base
|
||||
- Dockerfile
|
||||
- scripts/Dockerfile.base
|
||||
- scripts/Dockerfile
|
||||
|
||||
schedule:
|
||||
# Run every week at 09:43 on Monday, Wednesday and Friday. We build this
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
with:
|
||||
project: wl5hnrrkns
|
||||
context: base-build-context
|
||||
file: Dockerfile.base
|
||||
file: scripts/Dockerfile.base
|
||||
pull: true
|
||||
no-cache: true
|
||||
push: true
|
||||
|
||||
@@ -186,7 +186,7 @@ jobs:
|
||||
with:
|
||||
project: wl5hnrrkns
|
||||
context: base-build-context
|
||||
file: Dockerfile.base
|
||||
file: scripts/Dockerfile.base
|
||||
pull: true
|
||||
no-cache: true
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user