This commit is contained in:
@@ -13,10 +13,10 @@ steps:
|
||||
- name: build and push docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: localhost:5000/link-shortener
|
||||
repo: 172.17.0.1:5000/link-shortener
|
||||
tags: latest
|
||||
dockerfile: dockerfile
|
||||
registry: localhost:5000
|
||||
registry: http://172.17.0.1:5000
|
||||
insecure: true
|
||||
|
||||
- name: deploy with compose
|
||||
|
||||
Reference in New Issue
Block a user