dockers/.gitea/workflows/simple-docker-test.yml

15 lines
222 B
YAML
Raw Normal View History

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