fix(ci): provide build arg SPECKLE_SERVER_VERSION (#4929)

This commit is contained in:
Daniel Gak Anagrov
2025-06-11 18:10:57 +02:00
committed by GitHub
parent e0e9b280bf
commit f51fb2f5fa
+4
View File
@@ -34,6 +34,8 @@ jobs:
push: ${{ inputs.PUSH_IMAGES }}
tags: speckle/speckle-server:${{ inputs.IMAGE_VERSION_TAG }}
file: ./packages/server/Dockerfile
build-args: |
SPECKLE_SERVER_VERSION=${{ inputs.IMAGE_VERSION_TAG }}
docker-build-frontend2:
runs-on: blacksmith
@@ -50,6 +52,8 @@ jobs:
push: ${{ inputs.PUSH_IMAGES }}
tags: speckle/speckle-frontend-2:${{ inputs.IMAGE_VERSION_TAG }}
file: ./packages/frontend-2/Dockerfile
build-args: |
SPECKLE_SERVER_VERSION=${{ inputs.IMAGE_VERSION_TAG }}
docker-build-preview-service:
runs-on: blacksmith