Your Name de759dce06
All checks were successful
Gitea Actions Demo / Build (push) Successful in 8s
:-'Generic Commit'
2025-05-29 19:09:28 +12:00

25 lines
556 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
username: DoesntMatter
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Publish
run: |
./publish.sh