Skip to content

Commit f9d777b

Browse files
committed
fix: updated docker workflow
Signed-off-by: Varun Raj <mailme@varunraj.in>
1 parent 55cbdc7 commit f9d777b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
name: Docker Release
22

3-
# on:
4-
# push:
5-
# tags:
6-
# - "v*"
7-
83
on:
94
push:
10-
branches:
11-
- feat-docker
12-
tags:
5+
tags:
136
- "v*"
14-
7+
158
jobs:
169
build:
1710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)