added workflow for podman
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 7s
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:
17
.gitea/workflows/podman.yaml
Normal file
17
.gitea/workflows/podman.yaml
Normal 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 .
|
||||
|
||||
Reference in New Issue
Block a user