|
|
@@ -30,7 +30,7 @@ steps:
|
|
30
|
30
|
from_secret: reg-user
|
|
31
|
31
|
password:
|
|
32
|
32
|
from_secret: reg-pass
|
|
33
|
|
- repo: reg.unino.de/develop/debian-${DRONE_REPO_NAME}:stable-slim
|
|
|
33
|
+ repo: reg.unino.de/develop/debian-${DRONE_REPO_NAME}
|
|
34
|
34
|
#mirror: registry.hub.docker.com/library/busybox
|
|
35
|
35
|
#bip: 172.17.0.1/24
|
|
36
|
36
|
context: /drone
|
|
|
@@ -51,7 +51,7 @@ steps:
|
|
51
|
51
|
|
|
52
|
52
|
|
|
53
|
53
|
- name: build
|
|
54
|
|
- image: reg.unino.de/develop/debian-${DRONE_REPO_NAME}:stable-slim
|
|
|
54
|
+ image: reg.unino.de/develop/debian-${DRONE_REPO_NAME}:latest
|
|
55
|
55
|
when:
|
|
56
|
56
|
event: [ push, tag ]
|
|
57
|
57
|
depends_on: [ prepare ]
|