File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dockers:
7575 - " --label=org.opencontainers.image.revision={{.FullCommit}}"
7676 - " --label=org.opencontainers.image.version={{.Version}}"
7777 - " --label=org.opencontainers.image.source={{.GitURL}}"
78- - " --build-arg=KUBECTL_VERSION=v{{trimprefix .Version 'v'}} "
78+ - ' --build-arg=KUBECTL_VERSION=v{{trimprefix .Version "v"}} '
7979 - image_templates :
8080 # Specify the image tag including `-amd64v8` suffix if the build is not a snapshot build or is not being built on
8181 # arm64 machine. This allows for using the snapshot image build without the architecture specific suffix
@@ -96,7 +96,7 @@ dockers:
9696 - " --label=org.opencontainers.image.revision={{.FullCommit}}"
9797 - " --label=org.opencontainers.image.version={{.Version}}"
9898 - " --label=org.opencontainers.image.source={{.GitURL}}"
99- - " --build-arg=KUBECTL_VERSION=v{{trimprefix .Version 'v'}} "
99+ - ' --build-arg=KUBECTL_VERSION=v{{trimprefix .Version "v"}} '
100100docker_manifests :
101101 - name_template : ghcr.io/d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}
102102 image_templates :
You can’t perform that action at this time.
0 commit comments