Skip to content

Commit 856d395

Browse files
authored
fix username
1 parent 2d92c6a commit 856d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Login to Registries
146146
run: |
147-
echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u ayamebot --password-stdin
147+
echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u peaceiris --password-stdin
148148
149149
- name: Push to GitHub Packages
150150
if: ${{ github.event_name != 'pull_request' && github.event_name != 'pull_request_target' }}

0 commit comments

Comments
 (0)