features/loading-data-by-source #3

Merged
jtom38 merged 8 commits from features/loading-data-by-source into main 2023-06-15 21:55:19 -07:00
Showing only changes of commit de52f8df79 - Show all commits

View File

@ -6,15 +6,17 @@ name: build
steps: steps:
- name: build image - name: build image
image: plugins/docker image: plugins/docker
environment:
PAT:
from_secret: DockerPushPat
settings: settings:
repo: 192.168.1.196:5000/jtom38/newsbot-portal username: jtom38
registry: 192.168.1.196:5000 password: $PAT
insecure: true repo: jtom38/newsbot-portal
tags:
- latest
trigger: trigger:
branch: branch:
- master - master
- releases/*
--- ---
kind: pipeline kind: pipeline