Compare commits

...

3 Commits

Author SHA1 Message Date
d828595384 Merge pull request 'test' (#27) from test into main
Reviewed-on: $scheme://$host/MngomaLab/webapitest/pulls/27
2026-03-08 08:41:23 +02:00
d56728ecb2 Refactored pipeline to use docker.io registry 2026-03-08 08:37:16 +02:00
a9a87fe163 Rfactored pipeline to use local gitea 2026-03-07 18:35:30 +02:00

View File

@@ -13,8 +13,11 @@ steps:
- name: docker build and push
image: plugins/docker
settings:
repo: gitea.khongisa.co.za/khwezi/sampleapi
registry: registry.khongisa.co.za:3005
insecure: true
repo: khwezi/mngomalab
registry: index.docker.io
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
context: .