TEST: actions
Some checks failed
build / build-and-push (push) Failing after 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2025-12-16 21:32:29 +01:00
parent 611d8e0f35
commit 882e728efb
2 changed files with 8 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: k8s
runs-on: [k8s, kaniko]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"