Skip to content

Commit fbe11b9

Browse files
authored
修复docker 构建 (#368)
1 parent 7007fff commit fbe11b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-push-to-huaweicloud-reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ jobs:
4343
echo "${{ secrets.HUAWEI_CLOUD_SWR_LOGIN_PWD}}" | docker login swr.cn-east-3.myhuaweicloud.com --username=cn-east-3@HPUA3ZGOTQFAFMM59DB9 --password-stdin
4444
docker push "${TARGET_IMAGE}"-amd
4545
docker push "${TARGET_IMAGE}"-arm
46-
docker manifest create "${TARGET_IMAGE}" "${TARGET_IMAGE}"-amd "${TARGET_IMAGE}"-arm
47-
docker manifest push "${TARGET_IMAGE}"
46+
docker buildx imagetools create -t "${TARGET_IMAGE}" "${TARGET_IMAGE}"-amd "${TARGET_IMAGE}"-arm

0 commit comments

Comments
 (0)