Files
frontend/.gitea/workflows/build.yml
2025-12-13 05:53:41 +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 }}