Skip to content

Commit 5dc27a9

Browse files
authored
build docker images on pull requests and semver releases as well
1 parent d58371e commit 5dc27a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-publish.yml

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

33
on:
44
push:
5-
branches:
6-
- 'main'
5+
branches: [ "main" ]
6+
tags: [ 'v*.*.*' ]
7+
pull_request:
8+
branches: [ "main" ]
79

810
env:
911
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)