Your Name f1fb6b8ba1
Some checks failed
Gitea Actions Demo / Build (push) Failing after 15s
:-'Generic Commit'
2025-05-29 19:08:56 +12:00

24 lines
523 B
YAML

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
- name: Login to Gitea
uses: docker/login-action@v3
with:
registry: gitea.jde.nz
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Publish
run: |
./publish.sh