Try once more

This commit is contained in:
Tomas Balsys 2025-09-30 04:11:51 +03:00
parent 8dff70ca88
commit 853085a9ad
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build nspawn container
name: Build mkosi container image
run-name: Running on ${{ gitea.actor }}
on:
push:
@ -9,7 +9,9 @@ jobs:
container:
runs-on: nix
steps:
- name: Login
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login -u tomas --password-stdin
- name: Build
run: podman build . -t git.balsys.eu.org/tomas/dosemu
run: podman build . -t git.balsys.eu.org/tomas/mkosi
- name: Push
run: podman push git.balsys.eu.org/tomas/dosemu
run: podman push git.balsys.eu.org/tomas/mkosi