Skip to content

Commit ffca3e8

Browse files
authored
Merge pull request #6 from CCPBioSim/dependabot/github_actions/peter-evans/repository-dispatch-4.0.0
2 parents 392a2da + 51c05e4 commit ffca3e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)