Spaces:
Configuration error
Configuration error
Michele Dolfi
commited on
ci: build on tags (#21)
Browse filesSigned-off-by: Michele Dolfi <[email protected]>
.github/workflows/images.yml
CHANGED
@@ -4,6 +4,8 @@ on:
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
|
|
|
|
7 |
|
8 |
env:
|
9 |
GHCR_REGISTRY: ghcr.io
|
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
7 |
+
tags:
|
8 |
+
- 'v*'
|
9 |
|
10 |
env:
|
11 |
GHCR_REGISTRY: ghcr.io
|