Add CI for building image #1

Merged
paul merged 12 commits from ci/init into main 2025-04-23 17:23:31 +02:00
Showing only changes of commit 9c51fb65f1 - Show all commits

View File

@ -0,0 +1,9 @@
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