From 7f80eb72308b9271c64ceb29571025e061f1b760 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 25 Dec 2025 19:56:02 -0800 Subject: [PATCH] specify ghcr.io repo in release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37bfcb865..6a09e6072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: - name: 🔗 Log in to Docker Hub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ vars.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }} - id: build