🎨 refactor: notification

This commit is contained in:
naiba
2020-12-30 21:28:57 +08:00
parent 797321e489
commit d91819a265
6 changed files with 150 additions and 49 deletions

View File

@@ -23,5 +23,6 @@ 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 push ghcr.io/${{ github.repository_owner }}/nezha-dashboard