File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3535 ghcr.io/${{ steps.base-meta.outputs.REPO }}
3636 tags : |
3737 type=ref,event=branch
38- type=sha
38+ type=sha,format=long
3939 type=raw,value=latest,enable={{is_default_branch}}
4040
4141 - name : Login to GitHub Container Registry
5959
6060 - name : Push To Production
6161 run : |
62- curl --request GET '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}' --header 'Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}'
62+ curl '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}' \
63+ --header 'Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}'
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 web :
4- image : ' ghcr.io/errorerrorerror/erikbautista.dev:${COOLIFY_BRANCH:-latest }'
4+ image : ' ghcr.io/errorerrorerror/erikbautista.dev:sha-${SOURCE_COMMIT:?error }'
55 expose :
66 - 8080
You can’t perform that action at this time.
0 commit comments