Skip to content

Commit 4e4724c

Browse files
committed
chore(version): refactor docker build workflow
1 parent 8569007 commit 4e4724c

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
name: Container Image
22

33
on:
4+
workflow_dispatch:
5+
workflow_run:
6+
branches: [ "main" ]
7+
workflows: ["Sync Service Build and Release"]
8+
types:
9+
- completed
410
push:
511
branches:
612
- main
713
paths:
8-
- 'Kepware.Api/**'
14+
# - 'Kepware.Api/**'
915
- 'KepwareSync.Service/**'
10-
- '.github/workflows/docker-build-and-push.yml'
16+
# - '.github/workflows/docker-build-and-push.yml'
1117
- '!**/*.md' # Exclude markdown files
1218

1319
jobs:
@@ -24,6 +30,7 @@ jobs:
2430
- uses: dotnet/nbgv@master
2531
id: nbgv
2632
with:
33+
path: ./KepwareSync.Service
2734
setAllVars: true
2835

2936
- name: Set up QEMU

0 commit comments

Comments
 (0)