We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d92c6a commit 856d395Copy full SHA for 856d395
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Login to Registries
146
run: |
147
- echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u ayamebot --password-stdin
+ echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u peaceiris --password-stdin
148
149
- name: Push to GitHub Packages
150
if: ${{ github.event_name != 'pull_request' && github.event_name != 'pull_request_target' }}
0 commit comments