Try once more
This commit is contained in:
parent
8dff70ca88
commit
853085a9ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue