This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user