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:
parent
edfc7ac524
commit
f52b45b9b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-start-svc.yml
vendored
1
.github/workflows/build-and-start-svc.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
push:
|
||||
tags: [ 'v*.*.*' ]
|
||||
workflow_call:
|
||||
jobs:
|
||||
build-and-start:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue