From 02a7c28b3f29b6a27c6dadce8b728f5e576cd515 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sun, 29 Mar 2026 12:12:13 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/build.yml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2a0a00b..c0021b1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,12 +20,12 @@ jobs: uses: docker/login-action@v3 with: registry: git.neody.ad.jp - username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + username: tuna2134 + password: ${{ secrets.GIT_PASSWORD }} - name: Build and push image uses: docker/build-push-action@v6 with: context: . push: true tags: | - git.neody.ad.jp/${{ github.repository }} \ No newline at end of file + git.neody.ad.jp/neodyland/tksm-ndy-mc-proj-web \ No newline at end of file