From 52995b58641eee4bbfabcafb5c02d15b85028bcc Mon Sep 17 00:00:00 2001 From: Vivek S Date: Wed, 9 Apr 2025 17:57:58 +0000 Subject: [PATCH] Update .github/workflows/push-s3.yml --- .github/workflows/push-s3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-s3.yml b/.github/workflows/push-s3.yml index 0351be5..f9d2aeb 100644 --- a/.github/workflows/push-s3.yml +++ b/.github/workflows/push-s3.yml @@ -42,6 +42,7 @@ jobs: docker build \ --build-arg BUILD_STEP=bundle \ --build-arg PUBLIC_BUILD_VERSION=${{ steps.get-id.outputs.BUILD_ID }} \ + --build-arg PUBLIC_CDN_BASE="https://d.vrgmetri.com/gb-dep/${{ env.REPO_SHORT_NAME }}/${{ steps.get-id.outputs.BUILD_ID }}/client", --file fab/d/actions-build.Dockerfile \ --tag ${{ steps.get-id.outputs.DOCKER_IMAGE }} \ .; -- 2.47.2