We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb50c0a commit 39b58a9Copy full SHA for 39b58a9
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ jobs:
22
- run: bun i --no-save
23
- run: bun run build
24
- run: bunx pkg-pr-new publish './packages/klesia-sdk'
25
- - run: nixpacks build . --config apps/klesia/nixpacks.toml
26
- name: Login to GitHub Container Registry
27
uses: docker/login-action@v3
28
with:
@@ -32,6 +31,7 @@ jobs:
32
31
- name: Build and push Docker images
33
uses: iloveitaly/github-action-nixpacks@main
34
+ context: ". --config apps/klesia/nixpacks.toml"
35
platforms: "linux/amd64,linux/arm64"
36
push: true
37
tags: ghcr.io/palladians/klesia:$(git rev-parse --short HEAD)
0 commit comments