fix: use REGISTRY_TOKEN secret for Gitea container registry login
Some checks failed
Docker / docker (push) Failing after 16s
Some checks failed
Docker / docker (push) Failing after 16s
This commit is contained in:
@@ -19,8 +19,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: forge.dilain.com
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
username: laurent
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: build and push
|
||||
uses: docker/build-push-action@v3
|
||||
|
||||
Reference in New Issue
Block a user