Fix release workflow (#183)

* fix: Release workflow for service image

* fix: Add a on:workflow call trigger to build and start svc workflow
This commit is contained in:
Pavlo Paliychuk 2024-10-08 17:48:15 -04:00 committed by GitHub
parent edfc7ac524
commit f52b45b9b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ on:
branches: [ "main" ]
push:
tags: [ 'v*.*.*' ]
workflow_call:
jobs:
build-and-start:
runs-on: ubuntu-latest