File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,16 @@ jobs:
196196 docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.COMMIT_TAG }}
197197 docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.STATIC_TAG }}
198198
199+ - name : Notify Qovery of new image tag
200+ run : |
201+ curl -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \
202+ -H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
203+ -H "Content-Type: application/json" \
204+ -d '{
205+ "image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK }}",
206+ "tag": "${{ env.COMMIT_TAG }}"
207+ }'
208+
199209 - name : Add tag as a PR comment
200210201211 id : comment-to-merged-pr
You can’t perform that action at this time.
0 commit comments