add docker registry
continuous-integration/drone/push Build is failing Details

This commit is contained in:
John Shaver 2021-06-19 21:29:12 -07:00
parent a8a24d31c3
commit a308dce166
1 changed files with 7 additions and 1 deletions

View File

@ -10,8 +10,13 @@ trigger:
- push
steps:
- name: build-chrome-image
image: plugins/docker
settings:
repo: root-browserless-chrome
registry: http://registry:5000
- name: build-resume
image: browserless/chrome
image: registry:5000/root-browserless-chrome
commands:
- "ls -la"
- "sleep 6"
@ -73,3 +78,4 @@ services:
image: node
commands:
- "npx http-server"