From 32f56ac1aba345c225ca76193926c34fb5de0aa7 Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 22 Mar 2025 10:08:46 +0000 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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