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