fix: use CIUSER/CITOKEN secrets, drop GITEA-prefixed names
Docker Build / docker (push) Failing after 2m41s
Docker Build / docker (push) Failing after 2m41s
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.forkless.com
|
registry: gitea.forkless.com
|
||||||
username: ${{ secrets.GITEAUSERNAME }}
|
username: ${{ secrets.CIUSER }}
|
||||||
password: ${{ secrets.GITEATOKEN }}
|
password: ${{ secrets.CITOKEN }}
|
||||||
|
|
||||||
- name: Docker metadata
|
- name: Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user