New Future 5 ヶ月 前
コミット
03155759f6
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/build-nuitka-dicker.yml

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

@@ -135,7 +135,7 @@ jobs:
             --tag ghcr.io/newfuture/nuitka-builder:${{ env.FULL_TAG }}-${{matrix.type}} \
             ghcr.io/newfuture/nuitka-builder:${{matrix.type}}-amd \
             ghcr.io/newfuture/nuitka-builder:${{matrix.type}}-arm \
-            --annotation "index,manifest:org.opencontainers.image.description={{matrix.type}} Nuitka Builder Image (multi-arch)" 
+            --annotation "index:org.opencontainers.image.description={{matrix.type}} Nuitka Builder Image (multi-arch)" 
 
   merge-docker-builder:
     if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
@@ -163,4 +163,4 @@ jobs:
             ghcr.io/newfuture/nuitka-builder:amd \
             ghcr.io/newfuture/nuitka-builder:arm \
             ghcr.io/newfuture/nuitka-builder:qemu \
-           --annotation "index,manifest:org.opencontainers.image.description=Alpine Nuitka Builder Image (multi-arch)"
+           --annotation "index:org.opencontainers.image.description=Alpine Nuitka Builder Image (multi-arch)"