fixup! Add install nix and build container steps
Some checks failed
Build container / build-container (push) Failing after 1m18s

This commit is contained in:
Paul Brinkmeier 2025-04-23 12:20:34 +02:00
parent 09bdd39fd8
commit 0c8a48cd41

View File

@ -2,7 +2,7 @@ name: Build container
on: [push] on: [push]
jobs: jobs:
build-container: build-container:
runs-on: node-22-bookworm runs-on: ubuntu-22.04
steps: steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo - name: Checkout repo