vrnp/.gitea/workflows/build-container.yml
Paul Brinkmeier 9c51fb65f1 Init CI
2025-04-23 17:22:48 +02:00

10 lines
256 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
build-container:
steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo
uses: actions/checkout@v4
- run: ls -l