Kaynağa Gözat

Fix Docker manifests annotations

DarthSim 9 ay önce
ebeveyn
işleme
bdb2edf422
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/build.yml

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

@@ -111,6 +111,6 @@ jobs:
 
           for tag in ${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}
           do
-            docker buildx imagetools create -t $tag ${tag}-amd64 ${tag}-arm64 ${ANNOTATIONS}
+            sh -c "docker buildx imagetools create ${ANNOTATIONS} -t $tag ${tag}-amd64 ${tag}-arm64"
           done