Skip to content

Commit 43f4973

Browse files
committed
set tag based on version
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 656fe12 commit 43f4973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/virt-artifact/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $version := "1.3.1" }}
4-
{{- $tag := "v1.3.1-virtualization/v1"}}
4+
{{- $tag := print $version "-virtualization/v1"}}
55
{{- $goVersion := "1.22.7" }}
66

77
{{- $name := print $.ImageName "-dependencies" -}}

0 commit comments

Comments
 (0)