From 349a6fed63fe1347909b599a2ba9ff48fe70634e Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 23 Oct 2025 20:43:11 +0900 Subject: [PATCH] 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. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aab7d16..e148f5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: