Add a pipeline to build the server image.

This commit is contained in:
Tom Alexander
2024-09-29 00:19:22 -04:00
parent a2aca6d2f1
commit 0548571b6b
7 changed files with 263 additions and 31 deletions

View File

@@ -23,3 +23,9 @@ version = "0.0.1"
source = "pipeline-semver.yaml"
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
branches = [ "^main$", "^master$" ]
[[push]]
name = "build"
source = "pipeline-build.yaml"
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]