Skip to content

Commit 171a37d

Browse files
committed
feat: publish docker image for tags, develop aand main branches
1 parent 032f6a6 commit 171a37d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Publish docker image
33
on:
44
push:
55
branches:
6+
- 'main'
67
- 'develop'
7-
# todo: only during development of issue 11
8-
- 'docker'
9-
- 'docker-reorganized-pr'
108
tags:
119
- "v*"
1210

0 commit comments

Comments
 (0)