File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -105,4 +105,12 @@ jobs:
105105 run : |
106106 mise run release:aws-marketplace
107107
108+ - name : Notify Multitudes
109+ run : |
110+ curl --request POST \
111+ --fail-with-body \
112+ --url "https://api.developer.multitudes.co/deployments" \
113+ --header "Content-Type: application/json" \
114+ --header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
115+ --data '{"commitSha": "${{ github.sha }}", "environmentName":"marketplace"}'
108116
Original file line number Diff line number Diff line change @@ -128,3 +128,12 @@ jobs:
128128 - name : Inspect image
129129 run : |
130130 docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
131+
132+ - name : Notify Multitudes
133+ run : |
134+ curl --request POST \
135+ --fail-with-body \
136+ --url "https://api.developer.multitudes.co/deployments" \
137+ --header "Content-Type: application/json" \
138+ --header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
139+ --data '{"commitSha": "${{ github.sha }}", "environmentName":"dockerhub"}'
You can’t perform that action at this time.
0 commit comments