This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
||||
- name: Login
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | podman login -u tomas --password-stdin git.balsys.eu.org
|
||||
- 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
|
||||
run: podman push git.balsys.eu.org/tomas/mkosi
|
||||
|
||||
Reference in New Issue
Block a user