แก้ไฟล์ build

This commit is contained in:
Kittapath 2024-04-11 16:34:59 +07:00
parent c7fca7f372
commit 0bdf5802b5

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