Add install nix and build container steps
Some checks failed
Build container / build-container (push) Failing after 20s
Some checks failed
Build container / build-container (push) Failing after 20s
This commit is contained in:
parent
9506864c2d
commit
09bdd39fd8
@ -1,4 +1,4 @@
|
||||
name: Gitea Actions Demo
|
||||
name: Build container
|
||||
on: [push]
|
||||
jobs:
|
||||
build-container:
|
||||
@ -8,3 +8,8 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -l
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
- name: Build container
|
||||
run: nix build .#docker
|
||||
- run: find result/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user