mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
15 lines
328 B
YAML
15 lines
328 B
YAML
|
steps:
|
||
|
- plugins:
|
||
|
- docker-login#v2.0.1:
|
||
|
username: xyz
|
||
|
- docker-compose#v2.5.1:
|
||
|
build: app
|
||
|
image-repository: index.docker.io/myorg/myrepo
|
||
|
- wait
|
||
|
- command: test.sh
|
||
|
plugins:
|
||
|
- docker-login#v2.0.1:
|
||
|
username: xyz
|
||
|
- docker-compose#v2.5.1:
|
||
|
run: app
|