migrate db
This commit is contained in:
parent
dedd74d6ff
commit
86b5221d24
2 changed files with 122 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
-Success✅✅✅
|
||||
Image: ${{env.IMAGE_NAME}}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{secrets.DOCKER_USER}}
|
||||
By: ${{github.actor}}
|
||||
- uses: snow-actions/line-notify@v1.1.0
|
||||
if: failure()
|
||||
with:
|
||||
|
|
@ -82,4 +82,4 @@ jobs:
|
|||
-Failure❌❌❌
|
||||
Image: ${{env.IMAGE_NAME}}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{secrets.DOCKER_USER}}
|
||||
By: ${{github.actor}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue