Skip to content

Commit fdf1fa6

Browse files
fix: only publish images for tags
1 parent 7fe810b commit fdf1fa6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Docker
22

33
on:
44
push:
5-
# Publish `master` as Docker `latest` image.
6-
branches:
7-
- 'releases/**'
8-
95
# Publish `v1.2.3` tags as releases.
106
tags:
117
- v*

0 commit comments

Comments
 (0)