Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-22 10:08:46 +00:00
parent 35c02ca847
commit 32f56ac1ab

View file

@ -145,6 +145,7 @@ jobs:
registry: rievo.dev registry: rievo.dev
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} 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. # 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 # https://github.com/macbre/push-to-ghcr/issues/12