File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 permissions :
1313 contents : read
14- packages : write
1514 steps :
1615 - name : Checkout
1716 uses : actions/checkout@v4
3231 username : ${{ secrets.DOCKERHUB_USERNAME }}
3332 password : ${{ secrets.DOCKERHUB_TOKEN }}
3433
35- - name : Login to GHCR
36- uses : docker/login-action@v3
37- with :
38- registry : ghcr.io
39- username : ${{ github.actor }}
40- password : ${{ secrets.GITHUB_TOKEN }}
41-
4234 - name : Build and push
4335 uses : docker/build-push-action@v6
4436 with :
4941 tags : |
5042 massif01/chatraw:${{ steps.version.outputs.VERSION }}
5143 massif01/chatraw:latest
52- ghcr.io/${{ github.repository_owner }}/chatraw:${{ steps.version.outputs.VERSION }}
53- ghcr.io/${{ github.repository_owner }}/chatraw:latest
You can’t perform that action at this time.
0 commit comments