Feat: add build workflow
All checks were successful
Build and push image / release-image (push) Successful in 7m13s

This commit is contained in:
2026-04-26 08:25:14 +08:00
parent 4dcd72a3d4
commit 0ed5276957

View File

@@ -0,0 +1,13 @@
name: Build and push 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 }}