Files
frontend/.gitea/workflows/build.yml
Yi-Ting Shih d7b6c345b5
All checks were successful
Build and release image / release-image (push) Successful in 1m48s
Feat: add build ci
2025-12-13 05:57:13 +08:00

15 lines
369 B
YAML

---
name: Build and release image
on: [push]
jobs:
release-image:
runs-on: imgbuilder
steps:
- name: Build and push image
uses: https://gitea.konchin.com/action/docker@main
with:
registry-certificate: ${{ vars.ROOTCA }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}