drone concurrent steps
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4eacef9c70
commit
62020a491b
1 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,7 @@ trigger:
|
|||
- main
|
||||
|
||||
steps:
|
||||
- name: docker default
|
||||
- name: docker-default
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.riksolo.com
|
||||
|
@ -20,7 +20,7 @@ steps:
|
|||
password:
|
||||
from_secret: dockertoken
|
||||
|
||||
- name: docker rblicht
|
||||
- name: docker-rblicht
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.riksolo.com
|
||||
|
@ -42,3 +42,6 @@ steps:
|
|||
from_secret: drone_token
|
||||
repositories:
|
||||
- RikSolo/docker-compose
|
||||
depends_on:
|
||||
- docker-default
|
||||
- docker-rblicht
|
Loading…
Add table
Add a link
Reference in a new issue