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

This commit is contained in:
Alek Kim
2026-07-13 13:43:37 +09:00
parent 3890d08a8b
commit 273d80dd72
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
uses: docker/login-action@v4
with:
registry: ${{ github.server_url }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: beejay
password: ${{ secrets.TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v7