chore(ci): correct GHCR image tags in GitHub Actions workflow

Replace ghcr.io/imnyang/choten tags with ghcr.io/imnyang/imnya.ng to use the repository's actual image name when building and pushing Docker images.
This commit is contained in:
암냥 2025-10-23 20:43:11 +09:00
commit 349a6fed63

View file

@ -39,8 +39,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
ghcr.io/imnyang/choten:latest
ghcr.io/imnyang/choten:${{ github.run_id }}
ghcr.io/imnyang/imnya.ng:latest
ghcr.io/imnyang/imnya.ng:${{ github.run_id }}
update:
runs-on: self-hosted
steps: