fix: rename secret to REGISTRY_TOKEN
Build and Push Docker Image / build (push) Failing after 30s
Details
Build and Push Docker Image / build (push) Failing after 30s
Details
This commit is contained in:
parent
9a34834fe4
commit
9b7ac40ad7
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Reference in New Issue