added workflow for podman
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 7s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-12 23:09:49 +01:00
parent 1c104af4a6
commit 3226241cd9

View File

@@ -0,0 +1,17 @@
name: Build Docker Image
run-name: ${{ gitea.actor }} building ${{ gitea.ref_name }}
on:
push:
branches:
- podman
jobs:
Docker-Build:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Build docker image
run: podman build -t umbrella .