We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58004ea commit e3a9496Copy full SHA for e3a9496
.github/workflows/docker-image.yml
@@ -68,6 +68,5 @@ jobs:
68
needs: [build-amd64, build-arm64]
69
steps:
70
- name: Trigger Render Deploy
71
- if: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
72
run: |
73
curl -X POST "${{ secrets.RENDER_DEPLOY_HOOK_URL }}"
0 commit comments