Files
amane-tanikaze-dcbot/.gitea/workflows/image.yaml
ytshih fff9864d8b
All checks were successful
Build and push image / release-image (push) Successful in 1m19s
Feat: use bundled gitea action
2025-04-23 11:42:42 +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 }}