test #27

Merged
khwezi merged 2 commits from test into main 2026-03-08 08:41:23 +02:00
Showing only changes of commit d56728ecb2 - Show all commits

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