Skip to content

feat: sync discord usernames #10

feat: sync discord usernames

feat: sync discord usernames #10

Workflow file for this run

name: "nix builder"
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: trickypr
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- run: nix build
- run: docker load < result
- run: docker push ghcr.io/anucssa/rubric-merge:latest
- run: nix build .#bin
- uses: actions/upload-artifact@v4
with:
path: ./result/bin/rubric-merge