dockers/.gitea/workflows/simple-docker-test.yml
shockrah a806905b40
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 0s
Simple Docker Hello World Test / hello-world (push) Successful in 1s
Simple hugo builder test
2024-08-26 20:52:57 -07:00

13 lines
194 B
YAML

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