Browse Source

fix build-nuitka-docker.yml

New Future 5 months ago
parent
commit
2fe1363203
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-nuitka-docker.yml

+ 1 - 1
.github/workflows/build-nuitka-docker.yml

@@ -24,7 +24,7 @@ permissions:
   packages: write
 
 env:
-  DOCKER_IMAGE: hcr.io/newfuture/nuitka-builder
+  DOCKER_IMAGE: ghcr.io/newfuture/nuitka-builder
   NUITKA_VERSION: ${{ inputs.nuitka || 'main' }}
   PYTHON_VERSION: ${{ inputs.python || '3.8' }}
   FULL_TAG: ${{ inputs.nuitka || 'main' }}-py${{ inputs.python || '3.8' }}