We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3c449 commit 4271b6eCopy full SHA for 4271b6e
1 file changed
.github/workflows/docker-publish.yml
@@ -1,4 +1,4 @@
1
-name: Build Docker image, push to GHCR, and trigger redeploy
+name: Build Docker image and push to GHCR
2
3
on:
4
push:
@@ -58,16 +58,3 @@ jobs:
58
labels: ${{ steps.meta.outputs.labels }}
59
cache-from: type=gha
60
cache-to: type=gha,mode=max
61
-
62
- trigger-redeploy:
63
- needs: build
64
- runs-on: ubuntu-latest
65
66
- steps:
67
- - name: Send trigger-workflow webhook to maproulette-deploy repository
68
- run: |
69
- curl -X POST https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \
70
- --fail --silent --show-error --location \
71
- -H "Accept: application/vnd.github+json" \
72
- -H "Authorization: Bearer ${{ secrets.DEPLOY_REPO_TOKEN }}" \
73
- -d '{ "event_type": "deploy maproulette-frontend@${{ github.ref_name }} (${{ github.sha }})" }'
0 commit comments