ci(release): use DEV_TOKEN for registry login
Release / Build + push image (push) Successful in 3m57s

The auto-issued GITHUB_TOKEN lacks write:package scope on this Gitea
instance, so the v0.9.0 tag build failed at docker login. Switch to
the user-level DEV_TOKEN secret which has the correct scope.
This commit is contained in:
2026-05-06 19:05:54 +01:00
parent ed276813f0
commit ab7fee0ae7
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DEV_TOKEN }}
- name: Compute tags + version
id: meta