We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd3a88 commit 9ee2e61Copy full SHA for 9ee2e61
Taskfile.yml
@@ -271,10 +271,8 @@ tasks:
271
V_UNSTABLE_OR_LATEST: >-
272
{{- if eq .V_IS_PRE_RELEASE "true" }}
273
{{- printf "%s" "unstable" }}
274
- {{- else if eq .GIT_TREE_STATE }}
275
- {{- printf "%s" "unstable" }}
276
{{- else }}
277
- {{- printf "%s" "latest-debug" }}
+ {{- printf "%s" "latest" }}
278
{{- end }}
279
IMAGE_AMD64_DIGEST:
280
sh: crane digest {{.PROTONWIRE_IMAGE}}:{{.GIT_COMMIT}}-linux-amd64{{.V_DIRTY_SUFFIX}}
0 commit comments