Browse Source

fix build script

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

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

@@ -157,7 +157,7 @@ jobs:
         run: |
           set -ex
           docker buildx imagetools create \
-            --tag ghcr.io/newfuture/nuitka-builder
+            --tag ghcr.io/newfuture/nuitka-builder \
             --tag ghcr.io/newfuture/nuitka-builder:${{ github.ref_name }} \
             --tag ghcr.io/newfuture/nuitka-builder:${{ env.FULL_TAG }} \
             ghcr.io/newfuture/nuitka-builder:amd \