Set runs-on
All checks were successful
Gitea Actions Demo / build-container (push) Successful in 8s

This commit is contained in:
Paul Brinkmeier 2025-04-23 12:12:19 +02:00
parent aca227bdc6
commit 9506864c2d

View File

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