Refactored pipeline to use docker.io registry
This commit is contained in:
@@ -13,8 +13,11 @@ steps:
|
|||||||
- name: docker build and push
|
- name: docker build and push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: 192.168.1.172/khwezi/sampleapi
|
repo: khwezi/mngomalab
|
||||||
registry: 192.168.1.173:3005
|
registry: index.docker.io
|
||||||
insecure: true
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
Reference in New Issue
Block a user