We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43721f commit 3367cfbCopy full SHA for 3367cfb
1 file changed
.drone/drone.yml
@@ -12,7 +12,7 @@ steps:
12
pull: if-not-exists
13
privileged: true
14
commands:
15
- - make bootstrap test
+ - make bootstrap test
16
environment:
17
VERSION: ${DRONE_TAG:-latest}-linux-amd64
18
DEV_REGISTRY: ${DEV_REGISTRY:-docker.io}
@@ -22,6 +22,9 @@ steps:
22
- push
23
- tag
24
- pull_request
25
+ volumes:
26
+ - name: image_registries
27
+ path: /etc/containers/registries.conf
28
29
- name: codecov
30
image: docker.io/drycc/go-dev
@@ -40,3 +43,8 @@ trigger:
40
43
41
44
42
45
46
+
47
+volumes:
48
+- name: image_registries
49
+ host:
50
0 commit comments