Skip to content

Commit 55493d1

Browse files
committed
修复docker 构建
1 parent fb74cfb commit 55493d1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker-images-reusable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
154154
- name: Manifest Docker Image
155155
run: |
156-
docker manifest create ${{ steps.set-tag.outputs.TAGS }} \
156+
docker buildx imagetools create -t ${{ steps.set-tag.outputs.TAGS }} \
157157
${{ steps.set-tag.outputs.AMD_TAGS }} \
158-
${{ steps.set-tag.outputs.ARM_TAGS }}
159-
docker manifest push ${{ steps.set-tag.outputs.TAGS }}
158+
${{ steps.set-tag.outputs.ARM_TAGS }}

0 commit comments

Comments
 (0)