We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8660f1 commit 94f336cCopy full SHA for 94f336c
.github/workflows/release.yml
@@ -86,4 +86,4 @@ jobs:
86
push: false
87
tags: |
88
dstackai/sshproxy:${{ needs.set-version.outputs.version }}
89
- ${{ fromJSON(needs.set-version.outputs.latest) && dstackai/sshproxy:latest || null }}
+ ${{ case(fromJSON(needs.set-version.outputs.latest), 'dstackai/sshproxy:latest', '' }}
0 commit comments