update workflows-4
Some checks failed
Backend EC - Modal Deployment / notify-deploy (push) Has been cancelled
Backend EC - Modal Deployment / build-and-push (push) Has been cancelled

This commit is contained in:
DatTT127
2026-07-18 22:02:43 +07:00
parent d904c775c7
commit 6e9cfebf84
4 changed files with 9 additions and 33 deletions

View File

@@ -88,14 +88,14 @@ jobs:
modal token set --token-id ${{ env.MODAL_TOKEN_ID }} \
--token-secret ${{ env.MODAL_TOKEN_SECRET }}
modal run ${{ env.MODAL_SCRIPT }} \
--registry ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }} \
--image-name "" \
--registry ${{ env.ECR_REGISTRY }} \
--image-name ${{ env.ECR_REPOSITORY }} \
--tag ${{ steps.tag.outputs.tag }} \
--platform linux/amd64 \
--push
notify-deploy:
needs: modal-build
needs: build-and-push
if: success() && github.event_name == 'push'
runs-on: ubuntu-latest
steps: