Update registry password to use the provided explicit token
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m56s

This commit is contained in:
AI Assistant
2026-03-12 14:26:57 +09:00
parent 95c17b22ca
commit fd89c6f5c2

View File

@@ -25,7 +25,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ github.token }} # Gitea 환경에서는 기본 제공되는 github.token을 사용해야 안전하게 인증됩니다.
password: 18b8c375c76a07b9a6954bfdda794f5064dc6aa1
- name: Extract metadata (tags, labels) for Docker
id: meta