Skip to content

Commit 22ceeca

Browse files
authored
chore(ci): fix svace build image for virtualization-dra (#2191)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 57946d4 commit 22ceeca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/virtualization-dra/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-builder
33
final: false
4-
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25.4" }}
4+
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25" }}
55
git:
66
- add: {{ .ModuleDir }}/images/{{ .ImageName }}
77
to: /src/images/virtualization-dra

0 commit comments

Comments
 (0)