File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2626 uses : docker/login-action@v3
2727 with :
2828 registry : ghcr.io
29- username : ${{ secrets.GHCR_USERNAME || github.actor }}
30- password : ${{ secrets.GHCR_TOKEN || github.token }}
29+ username : ${{ github.actor }}
30+ password : ${{ github.token }}
3131
3232 - name : Resolve image tags
3333 id : meta
7373
7474 - name : Set package visibility to public
7575 env :
76- GH_TOKEN : ${{ secrets.GHCR_TOKEN || github.token }}
76+ GH_TOKEN : ${{ github.token }}
7777 OWNER : ${{ github.repository_owner }}
7878 PACKAGE : secrux-ai
7979 run : |
Original file line number Diff line number Diff line change 3838 uses : docker/login-action@v3
3939 with :
4040 registry : ghcr.io
41- username : ${{ secrets.GHCR_USERNAME || github.actor }}
42- password : ${{ secrets.GHCR_TOKEN || github.token }}
41+ username : ${{ github.actor }}
42+ password : ${{ github.token }}
4343
4444 - name : Resolve image tags
4545 id : meta
9191
9292 - name : Set package visibility to public
9393 env :
94- GH_TOKEN : ${{ secrets.GHCR_TOKEN || github.token }}
94+ GH_TOKEN : ${{ github.token }}
9595 OWNER : ${{ github.repository_owner }}
9696 PACKAGE : ${{ matrix.image }}
9797 run : |
Original file line number Diff line number Diff line change 2626 uses : docker/login-action@v3
2727 with :
2828 registry : ghcr.io
29- username : ${{ secrets.GHCR_USERNAME || github.actor }}
30- password : ${{ secrets.GHCR_TOKEN || github.token }}
29+ username : ${{ github.actor }}
30+ password : ${{ github.token }}
3131
3232 - name : Resolve image tags
3333 id : meta
7373
7474 - name : Set package visibility to public
7575 env :
76- GH_TOKEN : ${{ secrets.GHCR_TOKEN || github.token }}
76+ GH_TOKEN : ${{ github.token }}
7777 OWNER : ${{ github.repository_owner }}
7878 PACKAGE : secrux-server
7979 run : |
Original file line number Diff line number Diff line change 2626 uses : docker/login-action@v3
2727 with :
2828 registry : ghcr.io
29- username : ${{ secrets.GHCR_USERNAME || github.actor }}
30- password : ${{ secrets.GHCR_TOKEN || github.token }}
29+ username : ${{ github.actor }}
30+ password : ${{ github.token }}
3131
3232 - name : Resolve image tags
3333 id : meta
7373
7474 - name : Set package visibility to public
7575 env :
76- GH_TOKEN : ${{ secrets.GHCR_TOKEN || github.token }}
76+ GH_TOKEN : ${{ github.token }}
7777 OWNER : ${{ github.repository_owner }}
7878 PACKAGE : secrux-web
7979 run : |
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ jobs:
144144 shell : bash
145145 run : |
146146 set -euo pipefail
147- gh release upload "${TAG}" dist/* --clobber
147+ gh release upload "${TAG}" dist/* --clobber --repo "${GITHUB_REPOSITORY}"
You can’t perform that action at this time.
0 commit comments