container-registry 0.3.1

A minimal implementation of an OCI container registry, usable as crate or binary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Build container-registry
run-name: Build triggered by ${{ github.actor }}
on:
  - pull_request
  - push
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: cachix/install-nix-action@v22
        with:
          nix_path: nixpkgs=channel:nixos-23.11
      - run: nix-build .