Attempt build with gitea
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user