Skip to content

Commit

Permalink
ci: build container in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Mar 13, 2024
1 parent 59df7fe commit e317979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build server package
run: nix build -L
run: nix build ".#container" -L

flake-check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e317979

Please sign in to comment.