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 5fcb6bd commit 8842159Copy full SHA for 8842159
.github/workflows/release.yaml
@@ -77,7 +77,7 @@ jobs:
77
- name: Set up Docker Buildx (for multi-arch builds)
78
uses: docker/setup-buildx-action@v3
79
80
- - name: Make decisions to push etc.
+ - name: Make decisions on pushing and suffix (based on vnc server chosen)
81
id: decisions
82
run: |
83
if [ "${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }}" = "true" ]; then
0 commit comments