Skip to content

Commit c16fbcb

Browse files
author
Bryan Sieber
committed
Github actions should run on tags
1 parent b56b6c3 commit c16fbcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Build Docker image
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
tags:
8+
- v[0-9]+.[0-9]+.[0-9]+
69

710
jobs:
811
prepare:

0 commit comments

Comments
 (0)