File tree Expand file tree Collapse file tree 3 files changed +1
-24
lines changed
Expand file tree Collapse file tree 3 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 name : trickypr
1818 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
19- - name : ' Login to GitHub Container Registry'
20- uses : docker/login-action@v3
21- with :
22- registry : ghcr.io
23- username : ${{github.actor}}
24- password : ${{secrets.GITHUB_TOKEN}}
2519 - run : nix build
26- - run : docker load < result
27- - run : docker push ghcr.io/anucssa/rubric-merge:latest
28- - run : nix build .#bin
2920 - uses : actions/upload-artifact@v4
3021 with :
3122 path : ./result/bin/rubric-merge
Original file line number Diff line number Diff line change 2828 let
2929 overlays = [ ( import rust-overlay ) ] ;
3030 package = import ./nix/package.nix ;
31- docker-image = import ./nix/docker-image.nix ;
3231 pkgs = import nixpkgs {
3332 inherit system overlays ;
3433 } ;
5150 inherit pkgs ;
5251 naersk = naersk' ;
5352 } ;
54- docker = docker-image {
55- inherit pkgs ;
56- bin = bin ;
57- } ;
58- default = docker ;
53+ default = bin ;
5954 } ;
6055
6156 devShells . default =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments