Skip to content

Commit 78c7b89

Browse files
authored
Update docker-build.yml
1 parent 6ddf9d2 commit 78c7b89

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build and Push Docker Image
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
workflow_dispatch:
5+
# on:
6+
# push:
7+
# tags:
8+
# - 'v*'
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)