Skip to content

Bump docker/metadata-action from 4.6.0 to 5.0.0 #219

Bump docker/metadata-action from 4.6.0 to 5.0.0

Bump docker/metadata-action from 4.6.0 to 5.0.0 #219

Workflow file for this run

name: "nix test"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check