1
0
Эх сурвалжийг харах

Fix Docker manifests annotations

DarthSim 11 сар өмнө
parent
commit
bdb2edf422

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

@@ -111,6 +111,6 @@ jobs:
 
 
           for tag in ${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}
           for tag in ${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}
           do
           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
           done