Add action
Build nspawn container / container (push) Failing after 0s

This commit is contained in:
2025-09-30 03:54:13 +03:00
parent 959f1df8b5
commit 8dff70ca88
5 changed files with 19 additions and 39 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Build nspawn container
run-name: Running on ${{ gitea.actor }}
on:
push:
paths:
- Containerfile
jobs:
container:
runs-on: nix
steps:
- name: Build
run: podman build . -t git.balsys.eu.org/tomas/dosemu
- name: Push
run: podman push git.balsys.eu.org/tomas/dosemu