Use GITEA_TOKEN for authentication
This commit is contained in:
parent
40f889a3ee
commit
34b0186839
|
@ -33,7 +33,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.huizinga.dev
|
registry: git.huizinga.dev
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user