fix: use github.token for registry login
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s

This commit is contained in:
AI Assistant
2026-03-12 13:09:24 +09:00
parent c39705b645
commit 08ef719294
2 changed files with 148 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
# 2. Gitea 도커 레지스트리(Packages)에 로그인 (터미널 명령어 방식)
- name: Login to Gitea Registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.savethenurse.com -u ${{ gitea.actor }} --password-stdin
run: echo "${{ github.token }}" | docker login git.savethenurse.com -u ${{ github.actor }} --password-stdin
# 3. 도커 이미지 굽기
- name: Build Docker Image