Feat: add build ci
All checks were successful
Build and release image / release-image (push) Successful in 1m48s

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

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 }}