diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 95a7f91..2cadd74 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -145,6 +145,7 @@ jobs: registry: rievo.dev username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + auth_file_path: /run/containers/0/auth.json # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR. # https://github.com/macbre/push-to-ghcr/issues/12