Skip to content

Commit 9ee2e61

Browse files
committed
dev(taskfile): fix manifest push on non pre-release tags
1 parent 0fd3a88 commit 9ee2e61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Taskfile.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,8 @@ tasks:
271271
V_UNSTABLE_OR_LATEST: >-
272272
{{- if eq .V_IS_PRE_RELEASE "true" }}
273273
{{- printf "%s" "unstable" }}
274-
{{- else if eq .GIT_TREE_STATE }}
275-
{{- printf "%s" "unstable" }}
276274
{{- else }}
277-
{{- printf "%s" "latest-debug" }}
275+
{{- printf "%s" "latest" }}
278276
{{- end }}
279277
IMAGE_AMD64_DIGEST:
280278
sh: crane digest {{.PROTONWIRE_IMAGE}}:{{.GIT_COMMIT}}-linux-amd64{{.V_DIRTY_SUFFIX}}

0 commit comments

Comments
 (0)