Update .github/workflows/main.yml
All checks were successful
Web Build / build (push) Successful in 1m49s

This commit is contained in:
암냥 2026-04-11 09:28:08 +00:00
commit e874470ca4

View file

@ -26,7 +26,7 @@ jobs:
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: git.mizuki.guru
username: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}