File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77
88env :
9- IMAGE : docker.pkg.github.com /${{ github.repository }}/kabal-smart-editor-api:${{ github.sha }}
9+ IMAGE : ghcr.io /${{ github.repository }}/kabal-smart-editor-api:${{ github.sha }}
1010
1111jobs :
1212 build :
3434 - name : Build docker image
3535 run : docker build -t $IMAGE .
3636 - name : Login to Github package registry
37- run : docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
37+ run : docker login ghcr.io -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 - name : Push docker image
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44
55env :
6- IMAGE : docker.pkg.github.com /${{ github.repository }}/kabal-smart-editor-api:${{ github.sha }}
6+ IMAGE : ghcr.io /${{ github.repository }}/kabal-smart-editor-api:${{ github.sha }}
77
88jobs :
99 build :
3131 - name : Build docker image
3232 run : docker build -t $IMAGE .
3333 - name : Login to Github package registry
34- run : docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
34+ run : docker login ghcr.io -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 - name : Push docker image
You can’t perform that action at this time.
0 commit comments