ci: use REGISTRY_TOKEN instead of GITEA_TOKEN for docker login (CAR-1024)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user