File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 with :
2929 registry : ghcr.io
3030 username : ${{ github.repository_owner }}
31- password : ${{ secrets.GHCR_TOKEN }}
31+ password : ${{ secrets.MAIN_TOKEN }}
3232 - name : Login to git.iostpa.com
3333 uses : docker/login-action@v4
3434 with :
3535 registry : git.iostpa.com
3636 username : ${{ github.repository_owner }}
37- password : ${{ secrets.FORGEJO_TOKEN }}
37+ password : ${{ secrets.MIRROR_TOKEN }}
3838 - name : Extract metadata (tags, labels) for Docker
3939 id : meta
4040 uses : docker/metadata-action@v6
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 with :
2929 registry : ghcr.io
3030 username : ${{ github.repository_owner }}
31- password : ${{ secrets.GHCR_TOKEN }}
31+ password : ${{ secrets.MAIN_TOKEN }}
3232 - name : Login to git.iostpa.com
3333 uses : docker/login-action@v4
3434 with :
3535 registry : git.iostpa.com
3636 username : ${{ github.repository_owner }}
37- password : ${{ secrets.FORGEJO_TOKEN }}
37+ password : ${{ secrets.MIRROR_TOKEN }}
3838 - name : Build and Push Docker Image
3939 uses : docker/build-push-action@v7
4040 with :
You can’t perform that action at this time.
0 commit comments