We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57946d4 commit 22ceecaCopy full SHA for 22ceeca
1 file changed
images/virtualization-dra/werf.inc.yaml
@@ -1,7 +1,7 @@
1
---
2
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-builder
3
final: false
4
-fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25.4" }}
+fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "builder/golang-bookworm-1.25" "builder/golang-alt-svace-1.25" }}
5
git:
6
- add: {{ .ModuleDir }}/images/{{ .ImageName }}
7
to: /src/images/virtualization-dra
0 commit comments