Rfactored pipeline to use local gitea

This commit is contained in:
2026-03-07 18:35:30 +02:00
parent 7a65783b63
commit a9a87fe163

View File

@@ -13,8 +13,8 @@ steps:
- name: docker build and push - name: docker build and push
image: plugins/docker image: plugins/docker
settings: settings:
repo: gitea.khongisa.co.za/khwezi/sampleapi repo: 192.168.1.172/khwezi/sampleapi
registry: registry.khongisa.co.za:3005 registry: 192.168.1.173:3005
insecure: true insecure: true
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .