🔊 v0.3.0 计划任务(定期备份等场景)

This commit is contained in:
naiba
2021-01-19 09:59:04 +08:00
parent f20a501ab4
commit d7a3ba607b
24 changed files with 417 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ on:
- "cmd/agent/**"
- ".github/workflows/agent.yml"
- ".goreleaser.yml"
- ".github/ISSUE_TEMPLATE/*"
- ".github/ISSUE_TEMPLATE/**"
jobs:
deploy:
@@ -25,5 +25,5 @@ jobs:
- name: Build and push dasbboard image
run: |
go test -v ./...
docker build -t ghcr.io/${{ github.repository_owner }}/nezha-dashboard -f Dockerfile.dashboard .
docker build -t ghcr.io/${{ github.repository_owner }}/nezha-dashboard -f Dockerfile .
docker push ghcr.io/${{ github.repository_owner }}/nezha-dashboard