no message

This commit is contained in:
Kittapath 2024-02-14 13:57:36 +07:00
parent b640820608
commit b1f4a568a4

View file

@ -62,8 +62,8 @@ jobs:
port: 10102 port: 10102
script: | script: |
cd "${{env.COMPOSE_PATH}}" cd "${{env.COMPOSE_PATH}}"
docker-compose pull docker compose pull
docker-compose up -d docker compose up -d
echo "${{ steps.gen_ver.outputs.image_ver }}"> success echo "${{ steps.gen_ver.outputs.image_ver }}"> success
- uses: snow-actions/line-notify@v1.1.0 - uses: snow-actions/line-notify@v1.1.0
if: success() if: success()