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 0b1a6699bb - Show all commits

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
on: [push]
jobs:
build-container:
runs-on: node-22-bookworm
steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo