Skip to content

Commit 1ba72c9

Browse files
committed
Build images on release tags
1 parent c2e8e9e commit 1ba72c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Docker Images CI
33
on:
44
push:
55
branches: ["main"]
6+
tags:
7+
- "v*"
68

79
env:
810
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)