Files
archrepo/.gitea/workflows/build.yml
Yi-Ting Shih 3fd0398a78
All checks were successful
Build and push image / release-image (push) Successful in 3m9s
Feat: add build workflow
2025-07-10 15:22:21 +08:00

14 lines
362 B
YAML

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