Fix registry auth to use REGISTRY_TOKEN secret
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m19s
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m19s
This commit is contained in:
@@ -22,8 +22,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.voyager.sh
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: nick
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user