Checkout dir contents
Build mkosi container image / container (push) Failing after 1s
Details
Build mkosi container image / container (push) Failing after 1s
Details
This commit is contained in:
parent
0d18f5f4b1
commit
f9a14bc77f
|
|
@ -9,6 +9,8 @@ jobs:
|
||||||
- name: Login
|
- name: Login
|
||||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | podman login -u tomas --password-stdin git.balsys.eu.org
|
run: echo "${{ secrets.REGISTRY_TOKEN }}" | 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: |
|
||||||
|
ls -l
|
||||||
|
podman build . -t git.balsys.eu.org/tomas/mkosi
|
||||||
- name: Push
|
- name: Push
|
||||||
run: podman push git.balsys.eu.org/tomas/mkosi
|
run: podman push git.balsys.eu.org/tomas/mkosi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue