Skip to content

Commit e50d26e

Browse files
Fix docker build
1 parent 7b2b508 commit e50d26e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build & Push Production Docker Images
22
on:
33
workflow_dispatch: # Allow manual trigger
4-
workflow_run:
5-
branches:
6-
- master
74
push: # Build & release on tags
5+
branches:
6+
- master
87
tags:
98
- 'v*'
109

0 commit comments

Comments
 (0)