Checkout code
Build mkosi container image / container (push) Successful in 4m49s
Details
Build mkosi container image / container (push) Successful in 4m49s
Details
This commit is contained in:
parent
f9a14bc77f
commit
5ee3fde5dc
|
|
@ -8,9 +8,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: podman build . -t git.balsys.eu.org/tomas/mkosi
|
||||||
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
|
||||||
|
- name: Logout
|
||||||
|
run: podman logout git.balsys.eu.org
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue