test
Some checks failed
Build / A job to say hello (push) Failing after 3m45s

This commit is contained in:
lubiana 2025-06-15 00:30:18 +02:00
parent d4896dfdbf
commit e9dbea995b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,18 @@
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: docker build -t franky -f podman/Containerfile .