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
image: plugins/docker
settings:
repo: 192.168.1.172/khwezi/sampleapi
registry: 192.168.1.173:3005
insecure: true
repo: khwezi/mngomalab
registry: index.docker.io
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
context: .