:-'Generic Commit'
Some checks failed
Gitea Actions Demo / Build (push) Failing after 3s

This commit is contained in:
Your Name
2025-05-29 18:38:15 +12:00
parent 73297c40b9
commit 850058d062

View File

@@ -0,0 +1,21 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build the project
run: |
./build.sh all
- name: Test the project
run: |
./test-docker.sh
- name: Push the Docker image
run: |
./publish.sh