This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name: Build a docker image.
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-docker-image:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build flake
|
||||
run: nix build .#docker
|
||||
Reference in New Issue
Block a user