cicd: fix GITEA_TOKEN
/ build (push) Failing after 43s

This commit is contained in:
Alek Kim
2026-07-13 13:13:08 +09:00
parent e15b943705
commit 3890d08a8b
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
with:
registry: ${{ github.server_url }}
username: ${{ github.actor }}
password: ${{ github.token }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v7