Skip to content

Commit 39b58a9

Browse files
committed
chore(repo): fix dockerization
1 parent fb50c0a commit 39b58a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- run: bun i --no-save
2323
- run: bun run build
2424
- run: bunx pkg-pr-new publish './packages/klesia-sdk'
25-
- run: nixpacks build . --config apps/klesia/nixpacks.toml
2625
- name: Login to GitHub Container Registry
2726
uses: docker/login-action@v3
2827
with:
@@ -32,6 +31,7 @@ jobs:
3231
- name: Build and push Docker images
3332
uses: iloveitaly/github-action-nixpacks@main
3433
with:
34+
context: ". --config apps/klesia/nixpacks.toml"
3535
platforms: "linux/amd64,linux/arm64"
3636
push: true
3737
tags: ghcr.io/palladians/klesia:$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)