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 }} \ .;