Quote image tag #641

Merged
pat-s merged 7 commits from quote-image-tag into main 2024-05-02 08:05:26 +00:00
Member

fix #631

fix #631
pat-s added 1 commit 2024-04-16 08:25:23 +00:00
quote image tag
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 18s
002f2c3aa6
pat-s added 1 commit 2024-04-16 08:31:12 +00:00
adjust deployment file
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 32s
2295142bae
pat-s changed title from Quote image tag to WIP: Quote image tag 2024-04-16 08:35:39 +00:00
justusbunsi added 4 commits 2024-05-01 17:42:43 +00:00
Add failing test showing the issue
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 28s
46e4c53a7c
justusbunsi added 1 commit 2024-05-01 17:46:13 +00:00
Ensure to convert potential float64 to string
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 33s
7c15385781
justusbunsi changed title from WIP: Quote image tag to Quote image tag 2024-05-01 17:46:53 +00:00
pat-s requested review from justusbunsi 2024-05-01 17:46:53 +00:00
justusbunsi refused to review 2024-05-01 17:47:12 +00:00
Member

@pat-s It seems quote was not the right method to use here. There is a toString that work like you expected. I leave it up to you to merge, after you had the change to review my changes.

@pat-s It seems `quote` was not the right method to use here. There is a `toString` that work like you expected. I leave it up to you to merge, after you had the change to review my changes.
Author
Member

Ah, nice! I was wondering a bit when I tried it, but had no time to dig deeper...

I've got to check what quote is actually doing then and in which situations it should be used. (looks like it really "only" quotes the value but doesn't do a type change - which seems required here?)

Ah, nice! I was wondering a bit when I tried it, but had no time to dig deeper... I've got to check what `quote` is actually doing then and in which situations it should be used. (looks like it really "only" quotes the value but doesn't do a type change - which seems required here?)
pat-s merged commit 0b2f3d6eb9 into main 2024-05-02 08:05:26 +00:00
pat-s referenced this issue from a commit 2024-05-02 08:05:26 +00:00
pat-s deleted branch quote-image-tag 2024-05-02 08:05:29 +00:00
Sign in to join this conversation.
No description provided.