Compare commits

..

No commits in common. "59d330636423c3322bbbcb8a9d205b11d712e84a" and "42258ec56fc187b345bca36d0339d7ffe94ab594" have entirely different histories.

View File

@ -1,10 +1,10 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: buildLatestImage name: build
steps: steps:
- name: buildLatestImage - name: build image
image: plugins/docker image: plugins/docker
settings: settings:
repo: jtom38/newsbot-collector repo: jtom38/newsbot-collector
@ -23,36 +23,10 @@ trigger:
exclude: exclude:
- pull_request - pull_request
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: buildReleaseImage name: compile
steps:
- name: buildReleaseImage
image: plugins/docker
settings:
repo: jtom38/newsbot-collector
username: jtom38
password:
from_secret: DockerPushPat
trigger:
branch:
include:
- releases/*
ref:
include:
- refs/tags/**
event:
exclude:
- pull_request
---
kind: pipeline
type: docker
name: PullRequestCompileTest
steps: steps:
- name: Compile project - name: Compile project
image: mcr.microsoft.com/dotnet/sdk:7.0.103 image: mcr.microsoft.com/dotnet/sdk:7.0.103