Skip to content

Commit 8f93f63

Browse files
author
lijianguo
committed
chore(drone): add image_registries volumes
1 parent 5a674dd commit 8f93f63

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.drone/drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ steps:
1616
event:
1717
- push
1818
- tag
19+
volumes:
20+
- name: image_registries
21+
path: /etc/containers/registries.conf
1922

2023
- name: publish-docs
2124
image: docker.io/appleboy/drone-git-push
@@ -54,3 +57,7 @@ steps:
5457
- push
5558
- tag
5659

60+
volumes:
61+
- name: image_registries
62+
host:
63+
path: /etc/containers/registries.conf

0 commit comments

Comments
 (0)