Compare commits

...

1 Commits

Author SHA1 Message Date
d7b6c345b5 Feat: add build ci
All checks were successful
Build and release image / release-image (push) Successful in 1m48s
2025-12-13 05:57:13 +08:00

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