fix: use github.token for registry login
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled

This commit is contained in:
AI Assistant
2026-03-12 14:03:09 +09:00
parent 8562c44897
commit 8beb4bac17
2 changed files with 260 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ jobs:
with:
registry: git.savethenurse.com
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ github.token }}
- name: Extract metadata (tags, labels) for Docker
id: meta