dockers/.gitea/workflows/simple-docker-test.yml
shockrah 7827745c11
All checks were successful
Simple Docker Hello World Test / hello-world (push) Successful in 5s
test workflow for building out gitea based ci'
2024-08-26 16:32:44 -07:00

14 lines
220 B
YAML

name: Simple Docker Hello World Test
run-name: Tester workflow
on:
- push
jobs:
hello-world:
runs-on: gitea-main
container:
image: alpine
steps:
- run: echo "Target branch ${{ gitea.ref }}"