Skip to content

Commit de2b346

Browse files
author
dmitry.trofimov
committed
Fix image werf templae for packages build
Signed-off-by: dmitry.trofimov <[email protected]>
1 parent 7299b58 commit de2b346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.werf/defines/images.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Result:
3939
{{- range $packages -}}
4040
{{- $image := trim . -}}
4141
{{- if ne $image "" }}
42-
- image: packages/{{ $image }}
42+
- image: {{ $context.ModuleNamePrefix }}packages/{{ $image }}
4343
add: /{{ $image }}
4444
to: /{{ $image }}
4545
before: {{ $stage }}
4646
{{- end }}
4747
{{- end -}}
4848
{{- end }}
49-
{{ end }}
49+
{{ end }}

0 commit comments

Comments
 (0)