Try sudo
Build mkosi container image / container (push) Failing after 1s Details

This commit is contained in:
Tomas Balsys 2025-09-30 04:14:59 +03:00
parent 4708f5a1df
commit 4239c5c81b
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ jobs:
runs-on: nix
steps:
- 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
run: podman build . -t git.balsys.eu.org/tomas/mkosi
run: sudo podman build . -t git.balsys.eu.org/tomas/mkosi
- name: Push
run: podman push git.balsys.eu.org/tomas/mkosi
run: sudo podman push git.balsys.eu.org/tomas/mkosi