소스 검색

Fix Docker manifests annotations

DarthSim 9 달 전
부모
커밋
bdb2edf422
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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