Skip to content

Commit

Permalink
chore(repo): fix dockerization
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 4, 2024
1 parent fb50c0a commit 39b58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- run: bun i --no-save
- run: bun run build
- run: bunx pkg-pr-new publish './packages/klesia-sdk'
- run: nixpacks build . --config apps/klesia/nixpacks.toml
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -32,6 +31,7 @@ jobs:
- name: Build and push Docker images
uses: iloveitaly/github-action-nixpacks@main
with:
context: ". --config apps/klesia/nixpacks.toml"
platforms: "linux/amd64,linux/arm64"
push: true
tags: ghcr.io/palladians/klesia:$(git rev-parse --short HEAD)

0 comments on commit 39b58a9

Please sign in to comment.