Files
containers/.gitea/workflows/docker-hello-world.yaml
Marco Verleun f52b3208cc
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Gitea Actions Demo / Second-step (push) Successful in 4s
Docker Image CI / build (push) Successful in 10s
New tests
2023-04-19 12:00:50 +02:00

19 lines
332 B
YAML

name: Docker Image CI
on:
push:
# branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/hello-world-docker-action@main
with:
who-to-greet: 'Mona the Octocat'