Feat: add build ci

This commit is contained in:
2025-12-13 05:52:04 +08:00
parent f0659b014d
commit 26ee673270

View File

@@ -0,0 +1,14 @@
---
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 }}