Skip to content

Commit 70b6e5a

Browse files
committed
ci: do publish images on tags
1 parent 18edf11 commit 70b6e5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish docker image
22

33
on:
4-
# push:
4+
push:
5+
tags:
6+
- v*
57
# paths:
68
# - src/**
79
# - .dockerignore

0 commit comments

Comments
 (0)