Refactored pipeline to use docker.io registry

This commit is contained in:
2026-03-08 08:37:16 +02:00
parent a9a87fe163
commit d56728ecb2

View File

@@ -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: .