Skip to content

Commit 1e6b0f3

Browse files
committed
fix github workflow
1 parent d5b3399 commit 1e6b0f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ jobs:
2727
uses: docker/login-action@v2
2828
with:
2929
registry: ghcr.io
30-
username: ${{ github.repository_owner }}
30+
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Calculate docker image tag
3434
id: set-tag
3535
uses: docker/metadata-action@master
3636
with:
3737
images: |
38-
docker.io/matrixdotorg/synapse
39-
ghcr.io/matrix-org/synapse
38+
ghcr.io/yingziwu/synapse
4039
flavor: |
4140
latest=false
4241
tags: |

0 commit comments

Comments
 (0)