Fix typo
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
853085a9ad
commit
4708f5a1df
|
|
@ -1,16 +1,13 @@
|
||||||
name: Build mkosi container image
|
name: Build mkosi container image
|
||||||
run-name: Running on ${{ gitea.actor }}
|
run-name: Running on ${{ gitea.actor }}
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- Containerfile
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container:
|
container:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: Login
|
- name: Login
|
||||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login -u tomas --password-stdin
|
run: echo "${{ secrets.REGISTRY_TOKEN }}" | podman login -u tomas --password-stdin
|
||||||
- name: Build
|
- name: Build
|
||||||
run: podman build . -t git.balsys.eu.org/tomas/mkosi
|
run: podman build . -t git.balsys.eu.org/tomas/mkosi
|
||||||
- name: Push
|
- name: Push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue