ci(release): use DEV_TOKEN for registry login
Release / Build + push image (push) Successful in 3m57s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user