ci: add docker image build
Some checks failed
Build a docker image. / build-docker-image (push) Failing after 4s
Some checks failed
Build a docker image. / build-docker-image (push) Failing after 4s
This commit is contained in:
12
.gitea/workflows/docker.yaml
Normal file
12
.gitea/workflows/docker.yaml
Normal file
@@ -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