From 9dd3b2a7768aba3bcd930028f7d2f8ca46d4eee5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 29 Oct 2022 18:38:46 +0200 Subject: [PATCH] fix typo --- dagger_go_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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