From f51fb2f5fae5058f7a8fca9b2e2954b2fa7b03ef Mon Sep 17 00:00:00 2001 From: Daniel Gak Anagrov Date: Wed, 11 Jun 2025 18:10:57 +0200 Subject: [PATCH] fix(ci): provide build arg SPECKLE_SERVER_VERSION (#4929) --- .github/workflows/builds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 168815747..410972a26 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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