Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Nov 3, 2024
1 parent 6a5676b commit 7eb8dc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,12 @@ jobs:
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max

deploy_enzyme_explorer:
name: Deploy Enzyme Explorer
runs-on: ubuntu-latest
needs: [push_builder_to_registry, push_explorer_to_registry]
steps:
- name: Call webhook
run: curl "https://enzyme-ce.robin-vibe.ts.net/hooks/redeploy-webhook?token=${{ secrets.WEBHOOK_TOKEN }}"

0 comments on commit 7eb8dc6

Please sign in to comment.