add github workflows

This commit is contained in:
aichy126 2022-10-12 17:58:22 +08:00 committed by mingcheng
parent c6c1e34c15
commit 715f3f4b73
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ jobs:
- name: Test Build
run: go build -v ./...
# 登录到 GitHub Packages 容器仓库
# 注意 secrets.GITHUB_TOKEN 不需要手动添加,直接就可以用
- name: Login to ghcr.io
uses: docker/login-action@v1
with: