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 35
35
ghcr.io/${{ steps.base-meta.outputs.REPO }}
36
36
tags : |
37
37
type=ref,event=branch
38
- type=sha
38
+ type=sha,format=long
39
39
type=raw,value=latest,enable={{is_default_branch}}
40
40
41
41
- name : Login to GitHub Container Registry
59
59
60
60
- name : Push To Production
61
61
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 1
1
version : ' 3'
2
2
services :
3
3
web :
4
- image : ' ghcr.io/errorerrorerror/erikbautista.dev:${COOLIFY_BRANCH:-latest }'
4
+ image : ' ghcr.io/errorerrorerror/erikbautista.dev:sha-${SOURCE_COMMIT:?error }'
5
5
expose :
6
6
- 8080
You can’t perform that action at this time.
0 commit comments