From 9a204d38083335d407c2719427c6cdf8fef7ec4e Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 04:47:55 -0400 Subject: [PATCH] fix: use ghcr for github --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e1213ac..22d588b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,6 +68,6 @@ jobs: - name: Push images uses: ./.actions/push with: - server_url: ${{ github.server_url }} + server_url: ghcr.io repository: ${{ github.repository }} tag: ${{ github.ref_name }}