This commit is contained in:
lubiana 2025-06-15 00:54:33 +02:00
parent 43a2d24af9
commit d468d5a6e3
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 44 additions and 161 deletions

View file

@ -1,18 +0,0 @@
name: Build
run-name: ${{ gitea.actor }} Builder
on:
push:
branches:
- main
jobs:
hello_world_job:
runs-on: docker
name: A job to say hello
steps:
- uses: actions/checkout@v4
- name: ls
run: ls -lisa
- name: Hello world action step
id: build-container
run: podman build -t franky -f podman/Containerfile .