migrate db

This commit is contained in:
Kittapath 2024-03-21 11:57:01 +07:00
parent dedd74d6ff
commit 86b5221d24
2 changed files with 122 additions and 2 deletions

View file

@ -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}}