add:goreleaser.yaml

mod:docker.yml
mod:go.yml
mod:docker-compose.yml
mod:README.md
This commit is contained in:
2023-09-14 17:59:17 +08:00
parent d6539a0707
commit 52e609298a
8 changed files with 196 additions and 121 deletions

View File

@ -2,8 +2,9 @@ name: Build and Push to GHCR
on:
push:
branches:
- main # 当推送到 main 分支时触发
tags:
- '*'
workflow_dispatch:
jobs:
build: