tag name build

This commit is contained in:
kittapath 2024-09-19 16:28:22 +07:00
parent 9045f694f3
commit f2d904a2bb

View file

@ -75,7 +75,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:
@ -84,4 +84,4 @@ jobs:
-Failure❌❌❌
Image: ${{env.IMAGE_NAME}}
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
By: ${{secrets.DOCKER_USER}}
By: ${{github.actor}}