Fix typo
Build mkosi container image / container (push) Failing after 1s Details

This commit is contained in:
Tomas Balsys 2025-09-30 04:13:04 +03:00
parent 853085a9ad
commit 4708f5a1df
1 changed files with 2 additions and 5 deletions

View File

@ -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