fix(ci): use secrets.GITEA_TOKEN instead of GITHUB_TOKEN
Docker Build / docker (push) Failing after 8s
Docker Build / docker (push) Failing after 8s
Per Gitea Actions docs, the auto-injected token is exposed as GITEA_TOKEN, not GITHUB_TOKEN. The latter is GitHub-Actions-specific and not aliased on Gitea by default. Also bumps version to 1.2.2 to trigger a fresh tag-build.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.shcizo.se
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user