update workflows-4
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user