Skip to content

Commit c4926b6

Browse files
committed
Only build on tags starting with v
1 parent 1854be4 commit c4926b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-container.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Build container image
22
on:
33
push:
44
tags:
5+
- v*
56

67
jobs:
7-
push:
8+
build-image:
89
runs-on: ubuntu-latest
910
permissions:
1011
packages: write

0 commit comments

Comments
 (0)