Skip to content

Commit a56cf6b

Browse files
committed
fix CI
1 parent f3a36ff commit a56cf6b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
with:
2929
deno-version: v2.3.5
3030

31+
- name: Install dependencies
32+
run: |
33+
deno install --allow-scripts
34+
3135
- name: Build Deno application
3236
run: |
33-
cd packages/core
34-
deno task build
37+
deno task build:core
3538
3639
# GitHub Container Registry login
3740
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)