Skip to content

Add docker-compose.yml and update README.md #2

Add docker-compose.yml and update README.md

Add docker-compose.yml and update README.md #2

Workflow file for this run

name: "Container build"
on:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix run .#docker.copyToRegistry