2023-11-28 16:33:17 -08:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: buildLatestImage
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: buildLatestImage
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2023-11-28 18:06:48 -08:00
|
|
|
#registry: git.jamestombleson.com
|
|
|
|
repo: jtom38/hugotest01
|
2023-11-28 16:33:17 -08:00
|
|
|
username: jtom38
|
|
|
|
password:
|
2023-11-28 18:06:48 -08:00
|
|
|
from_secret: DockerPushPat
|
2023-11-28 16:33:17 -08:00
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
|
|
|
|
event:
|
|
|
|
exclude:
|
|
|
|
- pull_request
|
|
|
|
|
|
|
|
|