Attempt build with gitea
All checks were successful
Build and Test / build_and_push (push) Successful in 2m17s
Build and Test / test (push) Successful in 2s

This commit is contained in:
2025-03-07 23:21:46 -08:00
parent ff4d7e1bb7
commit 076c79cc7f

View File

@@ -1,6 +1,6 @@
name: Build and Test
run-name: ${{ gitea.actor }} is triggered a new
on: [push]
on: [ push ]
jobs:
build_and_push:
@@ -26,6 +26,8 @@ jobs:
push: true
tags: gitea.perren.cloud/caperren/caperren-com:latest
test:
runs-on: ubuntu-latest
steps:
- run: echo "Tests would go here"
# - 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!"