fix: publish server as latest too (#5155)

This commit is contained in:
Daniel Gak Anagrov
2025-07-28 19:42:33 +02:00
committed by GitHub
parent 873c52ecc2
commit 59028aafda
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ jobs:
DOCKERHUB_USERNAME: 'speckledevops'
IMAGE_PREFIX: 'speckle' # without an explicit host, Docker defaults to pushing Docker Hub
PUBLISH: true # publish the sourcemaps and include the version in frontend-2 builds
PUBLISH_LATEST: ${{ startsWith(github.ref, 'refs/heads/main') }}
secrets: inherit
test-deployments: