Use FORGEJO_TOKEN to authenticate with docker registry #18

Merged
wbrawner merged 1 commit from wbrawner-patch-1 into main 2024-07-02 12:23:17 +00:00

View file

@ -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: