Update .github/workflows/main.yml
Some checks failed
Web Build / build (push) Failing after 43s

This commit is contained in:
암냥 2026-04-11 09:26:39 +00:00
commit 168839499e

View file

@ -27,8 +27,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
@ -39,8 +39,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
ghcr.io/imnyang/imnya.ng:latest
ghcr.io/imnyang/imnya.ng:${{ github.run_id }}
git.mizuki.guru/imnyang/imnya.ng:latest
git.mizuki.guru/imnyang/imnya.ng:${{ github.run_id }}
# update:
# runs-on: self-hosted
# steps: