test workflow for building out gitea based ci'
All checks were successful
Simple Docker Hello World Test / hello-world (push) Successful in 5s
All checks were successful
Simple Docker Hello World Test / hello-world (push) Successful in 5s
This commit is contained in:
13
.gitea/workflows/simple-docker-test.yml
Normal file
13
.gitea/workflows/simple-docker-test.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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 }}"
|
||||||
Reference in New Issue
Block a user