fix(CI): 尝试解决冗余镜像问题
continuous-integration/drone/push Build is passing Details

develop
Yosheng 2023-10-06 16:58:39 +08:00
parent 436f407da6
commit 365b38a946
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ steps:
insecure: true
registry: 192.168.31.104:8082
repo: 192.168.31.104:8082/tiamo/user-point-management
volumes: # 将容器内目录挂载到宿主机仓库需要开启Trusted设置
- name: dockersock
path: /var/run/docker.sock
# volumes: # 将容器内目录挂载到宿主机仓库需要开启Trusted设置
# - name: dockersock
# path: /var/run/docker.sock
- name: deploy
pull: if-not-exists
image: appleboy/drone-ssh