This commit is contained in:
@@ -7,8 +7,8 @@ jobs:
|
|||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: Login
|
- name: Login
|
||||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | podman login -u tomas --password-stdin
|
run: echo "${{ secrets.REGISTRY_TOKEN }}" | sudo podman login -u tomas --password-stdin git.balsys.eu.org
|
||||||
- name: Build
|
- name: Build
|
||||||
run: podman build . -t git.balsys.eu.org/tomas/mkosi
|
run: sudo podman build . -t git.balsys.eu.org/tomas/mkosi
|
||||||
- name: Push
|
- name: Push
|
||||||
run: podman push git.balsys.eu.org/tomas/mkosi
|
run: sudo podman push git.balsys.eu.org/tomas/mkosi
|
||||||
|
|||||||
Reference in New Issue
Block a user