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