Skip to content

Commit c1550a8

Browse files
committed
Fix package-lock.json path in build images workflow
1 parent f434160 commit c1550a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: 20
4848
cache: "npm"
49-
cache-dependency-path: "llmstack/llmstack/client/package-lock.json"
49+
cache-dependency-path: "llmstack/client/package-lock.json"
5050

5151
# Login against a Docker registry except on PR
5252
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)