Skip to content

Commit f759222

Browse files
committed
fixbug
fix filtered type
1 parent 645b1cd commit f759222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ steps:
199199
- docker login -u $cr_user -p $cr_password $cr_repo_host # 登录官方镜像源
200200
- docker login -u $docker_user -p $docker_password # 登录私有镜像源
201201
# 推送amd的镜像到cr镜像仓库
202-
- docker buildx build --load -t $docker_repo:$version -t $docker_repo:latest -t $cr_repo_host/$docker_repo:$version -t $cr_repo_host/$docker_repo:latest -f ./docker/Dockerfile-arm .
202+
- docker buildx build --push -t $docker_repo:$version -t $docker_repo:latest -t $cr_repo_host/$docker_repo:$version -t $cr_repo_host/$docker_repo:latest -f ./docker/Dockerfile-arm .
203203
#- docker push $docker_repo:$version
204204
# - docker push $cr_repo_host/$docker_repo:$version
205205
# - docker push $docker_repo:latest

0 commit comments

Comments
 (0)