From 09bdd39fd80f6bf20ec0df11f2aa1d6ec8c6b309 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Wed, 23 Apr 2025 12:19:13 +0200 Subject: [PATCH] Add install nix and build container steps --- .gitea/workflows/build-container.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-container.yml b/.gitea/workflows/build-container.yml index 1973175..87aa075 100644 --- a/.gitea/workflows/build-container.yml +++ b/.gitea/workflows/build-container.yml @@ -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/*