fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add docker commands

This commit is contained in:
Paul Brinkmeier 2025-04-23 16:43:19 +02:00
parent e125aa5703
commit 2c1d1e42bd

View File

@ -1,5 +1,5 @@
name: Build image
on: [push]
on: [tags]
jobs:
build-image:
container:
@ -12,6 +12,7 @@ jobs:
uses: cachix/install-nix-action@v31
with:
enable_kvm: false
- run: echo $GITHUB_REF_NAME
- name: Build image
run: nix build .#image -o image.tar.gz
- name: Get image name