From c85e2c71ca57b1a74031b0f769adc500a1830e8e Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 4 Oct 2023 15:06:59 -0400 Subject: [PATCH] add NEXT_INFISICAL_PLATFORM_VERSION to staging --- .github/workflows/build-staging-img.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-staging-img.yml b/.github/workflows/build-staging-img.yml index 806e89b87..f4233c713 100644 --- a/.github/workflows/build-staging-img.yml +++ b/.github/workflows/build-staging-img.yml @@ -83,6 +83,7 @@ jobs: tags: infisical/staging_deployment_frontend:test build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} + NEXT_INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }} - name: ⏻ Spawn frontend container run: | docker run -d --rm --name infisical-frontend-test infisical/staging_deployment_frontend:test @@ -105,6 +106,7 @@ jobs: platforms: linux/amd64,linux/arm64 build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} + NEXT_INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }} gamma-deployment: name: Deploy to gamma runs-on: ubuntu-latest