Skip to content

Commit 94f336c

Browse files
committed
Fix docker
1 parent c8660f1 commit 94f336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
push: false
8787
tags: |
8888
dstackai/sshproxy:${{ needs.set-version.outputs.version }}
89-
${{ fromJSON(needs.set-version.outputs.latest) && dstackai/sshproxy:latest || null }}
89+
${{ case(fromJSON(needs.set-version.outputs.latest), 'dstackai/sshproxy:latest', '' }}

0 commit comments

Comments
 (0)