This commit is contained in:
parent
a5689c49d0
commit
ab4c54278c
|
|
@ -26,25 +26,14 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx:latest-insecure
|
image: woodpeckerci/plugin-docker-buildx:latest-insecure
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
privileged: true
|
|
||||||
settings:
|
settings:
|
||||||
insecure: true
|
|
||||||
repo: push.lovestory.cyou/abhors/demo
|
repo: push.lovestory.cyou/abhors/demo
|
||||||
registry: push.lovestory.cyou
|
registry: push.lovestory.cyou
|
||||||
username:
|
username:
|
||||||
from_secret: nexus_docker_username
|
from_secret: nexus_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: nexus_docker_password
|
from_secret: nexus_docker_password
|
||||||
mirror: http://registry.lovestory.cyou
|
mirror: https://registry.lovestory.cyou
|
||||||
buildkit_config: |
|
|
||||||
[registry."docker.io"]
|
|
||||||
mirrors = ["docker.1ms.run", "dockerpull.org", "1ms.run"]
|
|
||||||
[registry."push.lovestory.cyou"]
|
|
||||||
http = true
|
|
||||||
insecure = true
|
|
||||||
[registry."registry.lovestory.cyou"]
|
|
||||||
http = true
|
|
||||||
insecure = true
|
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue