File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 uses: docker/login-action@v3.6.0
4545 with:
4646 registry: ghcr.io
47- username: ${{ github.actor }}
47+ username: ${{ github.repository_owner }}
4848 password: ${{ secrets.BUILD_TOKEN }}
4949
5050 - name: Set up Docker Buildx
@@ -101,7 +101,7 @@ jobs:
101101 uses: docker/login-action@v3.6.0
102102 with:
103103 registry: ghcr.io
104- username: ${{ github.actor }}
104+ username: ${{ github.repository_owner }}
105105 password: ${{ secrets.BUILD_TOKEN }}
106106
107107 - name: Set up Docker Buildx
@@ -142,7 +142,7 @@ jobs:
142142 docker buildx imagetools inspect ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}:latest
143143
144144 - name: Post version update to dash
145- uses: peter-evans/repository-dispatch@v3 .0.0
145+ uses: peter-evans/repository-dispatch@v4 .0.0
146146 with:
147147 token: ${{ secrets.BUILD_TOKEN }}
148148 repository: ccpbiosim/ccpbiosim.github.io
You can’t perform that action at this time.
0 commit comments