diff --git a/dagger_go_template.yaml b/dagger_go_template.yaml index c4ddf81..1820c2b 100644 --- a/dagger_go_template.yaml +++ b/dagger_go_template.yaml @@ -1,4 +1,4 @@ -{{ $imageTag := prinf "harbor.front.kjuulh.io/library/%s" .repo.name }} +{{ $imageTag := printf "harbor.front.kjuulh.io/library/%s" .repo.name }} type: docker kind: pipeline