Use FORGEJO_TOKEN to authenticate with docker registry
This commit is contained in:
parent
f09b092da4
commit
427338dc53
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.wbrawner.com
|
registry: git.wbrawner.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue