Attempt build with gitea
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: Build and Test
|
name: Build and Test
|
||||||
run-name: ${{ gitea.actor }} is triggered a new
|
run-name: ${{ gitea.actor }} is triggered a new
|
||||||
on: [push]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
@@ -26,7 +26,9 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: gitea.perren.cloud/caperren/caperren-com:latest
|
tags: gitea.perren.cloud/caperren/caperren-com:latest
|
||||||
test:
|
test:
|
||||||
- run: echo "Tests would go here"
|
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 "🎉 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!"
|
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user